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
It redirects me to the error page and I have nothing in the console. Shouldn't we have at least an exception message for the poor developer trying to debug something like this? Now with small examples on an experimental implementation is easy to see what's wrong, but when this will be production-ready, out there in the jungle you might get really confused with this.
Thnks for your amazing work on this project!
The text was updated successfully, but these errors were encountered:
Hi everyone,
Maybe this is more cosmetic, but if I try to use an inexistent client here:
http://localhost:8080/oauth2/authorize?response_type=code&client_id=client&scope=read
It redirects me to the error page and I have nothing in the console. Shouldn't we have at least an exception message for the poor developer trying to debug something like this? Now with small examples on an experimental implementation is easy to see what's wrong, but when this will be production-ready, out there in the jungle you might get really confused with this.
Thnks for your amazing work on this project!
The text was updated successfully, but these errors were encountered: