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

ActionController::Redirecting::UnsafeRedirectError: Unsafe redirect to "https://convene.zinc.coop/", pass allow_other_host: true to redirect anyway. ... #2684

Open
sentry-io bot opened this issue Oct 28, 2024 · 0 comments
Labels
🐞 bug Something isn't working

Comments

@sentry-io
Copy link

sentry-io bot commented Oct 28, 2024

This should be directing folks back to the same domain they initiated log in on, not the base application domain. Weird.

Sentry Issue: CONVENE-35

ActionController::Redirecting::UnsafeRedirectError: Unsafe redirect to "https://convene.zinc.coop/", pass allow_other_host: true to redirect anyway. (ActionController::Redirecting::UnsafeRedirectError)
  app/controllers/authenticated_sessions_controller.rb:6:in `show'
    redirect_to(current_space.presence || :root) if authenticated_session.save
  app/models/neighborhood/time_zone_mixin.rb:7:in `set_time_zone'
    Time.use_zone(ENV.fetch("NEIGHBORHOOD_TIME_ZONE"), &)
...
(91 additional frame(s) were not displayed)
@sentry-io sentry-io bot added the 🐞 bug Something isn't working label Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

0 participants