-
-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Environment
self-hosed Sentry 25.6.0.dev0; cli: 0.13.0
Steps to Reproduce
`SENTRY_URL=https://sentry.mydomain.com sentry auth login
Expected Result
Log in?
Actual Result
I see a html response, with the main part being:
<section class="body">
<div class="page-header">
<h2>CSRF Verification Failed</h2>
</div>
<p>A required security token was not found or was invalid.</p>
<p>If you're continually seeing this issue, try the following:</p>
<ol>
<li>Clear cookies (at least for Sentry's domain).</li>
<li>Reload the page you're trying to submit (don't re-submit data).</li>
<li>Re-enter the information, and submit the form again.</li>
<li>Ensure the URL does not contain an extra "/" anywhere (eg: https://foo//saml -> https://foo/saml).</li>
</ol>Note that the SENTRY_URL isn't documented anywhere. I had to find it through issue and code diving.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Fields
Give feedbackNo fields configured for issues without a type.