Hello there, I’m writing a proof of concept for a hobby project with Rails and when I hit the login button I’m stuck with this message:
Started POST "/auth/auth0" for 127.0.0.1 at 2022-08-07 19:58:19 -0300
D, [2022-08-07T19:58:19.802626 #4258] DEBUG -- omniauth: (auth0) Request phase initiated.
I tried to follow the tutorial from here and the code from this repository.
Here is my repository on Github if you would like to try and run it yourselves.
Thank you!