-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Deployment on Azure using an ARM template, Forbidden (403) during log in or sign-up #6889
Comments
log error: Forbidden (Origin checking failed - https://***.azurewebsites.net does not match any trusted origins.): /user/signup/ |
Hello, Thank you for contacting Label Studio, The "Forbidden (403) CSRF verification failed" error typically occurs when Django (the web framework used by Label Studio) detects that the request is not coming from a trusted origin or when certain security settings are not properly configured, especially when deploying behind proxies or load balancers with SSL termination Could you please apply this suggestion and see if it works out! Set the
Replace
These settings tell Django to trust the
This informs Django that it should consider requests with the
Notes:
Please let me know if this helps or if you need further assistance.
|
Deploying on Azure using with ARM template, once the app is started, when I try to authenticate or register myself, I get the following error:
"Forbidden (403)
CSRF verification failed. Request aborted.
More information is available with DEBUG=True."
I’ve also attached the screenshot.
Could you help me?
The text was updated successfully, but these errors were encountered: