mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
We had a report in the thread around https://chat.zulip.org/#narrow/stream/31-production-help/topic/Apache-based.20SSO/near/741013 that confirmation links were taking the user to the /register form on the Apache server, which of course doesn't work because the Apache server architecture we have is intended to only serve a single endpoint, /accounts/login/sso, and not any static assets (etc.). This manifested as users getting a broke page with a bunch of JS errors about missing static assets when trying to sign up for an account. The right fix is to ensure that we serve these confirmation links (and maybe in the future, redirects) to the nginx server.