What am I missing on my Rails setup?

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!

Hi @vcs,

Welcome to the Auth0 Community!

Did you figure this out? This doesn’t look like an error code. Do you have a breakpoint set somewhere that is stopping the rest of the code from running?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.