Hello
I am currently experiencing authentication issues when I want to open the admin page (manage), if you use the wrong authentication, the following error message will appear:
The admin page can be loaded, but when I open it the superuser password will be asked. My authentication was not accepted despite using the correct password.
You can try creating a new super user with sentry createuser --superuser and log in with that or use sentry shell, get your User model and then change its password?
I have tried to create a new account and give superuser access, but it’s the same, my authentication has been refused to open the page /manage even though using the correct password.
Just now smtp on my sentry server has been activated again, and I tried to forget the password method, after I set the new password again, my authentication is still rejected.
Btw, can this be changed to the root url sentry via the postgres database or from other places? Maybe there is a problem there.
@sibunglon - oh, if the URL redirection is not correct, it may fail to set certain cookies properly which may cause this issue. It may also be related to any HTTPS config if you have that set up.
As @liangrong mentioned, you can change the system.url-prefix value in config.yaml file and rebuild your Docker image to change you root URL and see if that fixes the issue.