Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unauthorized "/admin" route #1711

Closed
fabianoalmeida opened this issue Oct 4, 2012 · 1 comment
Closed

Unauthorized "/admin" route #1711

fabianoalmeida opened this issue Oct 4, 2012 · 1 comment

Comments

@fabianoalmeida
Copy link

I have this route configuration and I'm not getting access "/admin" path. Always redirect to root_path with a log message:

Started GET "/admin" for 127.0.0.1 at 2012-10-04 15:41:36 -0300
Processing by Admin::DashboardController#index as HTML
Completed 401 Unauthorized in 1ms

And I don't know why. I tried remove ActionDispatch::Routing::Translator, suggested by @jpmckinney here and it doesn't solved. Thanks in advance!

@fabianoalmeida
Copy link
Author

I solved that based in a StackOverflow thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant