Skip to content

Invited users are unable to register #1173

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

Closed
bouvet-stein opened this issue Nov 25, 2021 · 3 comments
Closed

Invited users are unable to register #1173

bouvet-stein opened this issue Nov 25, 2021 · 3 comments

Comments

@bouvet-stein
Copy link

Version

21.11.0

Steps to Reproduce

  1. Install Sentry on.premise on Azure VM
  2. Log in as superuser
  3. Go to Settings -> Members, and invite a user to the Sentry installation
  4. The user receives the invite email, and attempts to register an account. Filling in name, email address and password, and clicks the Register button
  5. The user waits and waits, the Register page hangs

I have also tried to reset the entire installation using the reset.sh script, but the behavior is the same after the reset. Also tried to set the invited member as Admin (as compared to the normal Member), but this had no effect.

Expected Result

The invited user is able to register an account

Actual Result

The user waits and waits, the Register page hangs. So the user is unable to accept the invite and register an account.

image (7)

@chadwhitacre
Copy link
Member

the Register page hangs

Any error showing up in the browser console and/or network tab?

@bouvet-stein
Copy link
Author

bouvet-stein commented Nov 29, 2021

No. And this issue was resolved on Friday, and the reason was that Sentry was placed behind a firewall on Azure which used IDPS and Alert&Deny enabled. So the firewall categorized some of the traffic to Sentry as dangerous and blocked it. The entries in the firewall log was like this:
"drop. Signature: 2101201. IDS: WEB_SERVER 403 Forbidden. Priority: 2. Classification: Attempted Information Leak"

So the Azure firewall was a bit too smart, we had to put in a bypass rule for all traffic to Sentry. Then everything worked as it should, including user registration.

@chadwhitacre
Copy link
Member

Nice, glad you got it sorted ... and thanks for posting back for others to find in the future! :)

@github-actions github-actions bot locked and limited conversation to collaborators Dec 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants