obl-ong / panel

Multi-tenant domain services built with Ruby on Rails, open source and forever free. Powering the obl.ong domain registry.
https://obl.ong
20 stars 5 forks source link

ActionController::UrlGenerationError: No route matches {:action=>"login", :controller=>"auth"} (ActionController::UrlGenerationError) #110

Open sentry-io[bot] opened 7 months ago

sentry-io[bot] commented 7 months ago

Sentry Issue: ADMIN-35

ActionController::UrlGenerationError: No route matches {:action=>"login", :controller=>"auth"} (ActionController::UrlGenerationError)
  app/controllers/application_controller.rb:13:in `check_auth'
    redirect_to controller: "/auth", action: "login"
...
(109 additional frame(s) were not displayed)

This issue was automatically created by Sentry via Error & File

reesericci commented 7 months ago

This is related to the redirect from /admin/console and /admin/jobs when not logged in. Not a security issue