-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable application submission to backend route #90
Comments
As noted in #97, the native POST request will work for now, but it would be better to have client-side error handling in case anything goes wrong during the form submission (notably user session expires) in which case we would need to use |
Thought we unlinked it from the PR but guess GitHub thought otherwise. |
To better handle situations in which a user's session has expired, we should write some additional code to send a request using As a result, we also need to handle the situation where a user has JavaScript disabled. The |
Currently, submitting an application does not properly send it to the backend. The form's
action
should be set to/api/user/apply
.The text was updated successfully, but these errors were encountered: