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
Only here did I realize I made the mistake of saving the wrong key in my config file redirect_url
What I think should happen, is that if my secret_for function does not return the correct type, a helpful error is raised, letting me know what I returned.
The text was updated successfully, but these errors were encountered:
Trying to set up Auth0 using this guide I got to the login error page, but no errors were raised.
Here is the reason from the
AuthController
:Eventually I tried this:
Which showed me this:
get_config(:redirect_uri) #=> :error
Only here did I realize I made the mistake of saving the wrong key in my config file
redirect_url
What I think should happen, is that if my
secret_for
function does not return the correct type, a helpful error is raised, letting me know what I returned.The text was updated successfully, but these errors were encountered: