You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As is with the authentication, it seems everything is handled by the library internally and there is no way to handle the form data from login form requests.
As is with the authentication, it seems everything is handled by the library internally and there is no way to handle the form data from login form requests.
The request body can only be consumed once so trying to request the formData will fail.
If the user enters an invalid url, the user is taken to a full page outside of the app and shows a 500 error which is a very poor experience.
A better experience would be to check that a URL exists and display an error if not.
However my preferred approach is for the app template to be more open and customisable.
I'd really like to use the official template instead of my own but there are still so many issues like this that still make it unusable.
This is how I check a url exists in my template, along with disabled and loading props on the submit button.
The text was updated successfully, but these errors were encountered: