Web UI - unauthorized access

Hi, I am trying sentry on premise on our servers, I install version 9.1.0dev via python in virtualenv. Everythink is running, i can login into web ui (running worker, web and cron). But if I want to do somethink like resolve issue or create user or something with another request than GET i get unauthorized status code.

This sounds like a cookie issue, which is usually a domain mismatch. Make sure you’ve configured the proxy and system.uri-prefix correctly per the docs.

Yeah it’s look like that. Probably because I have bad configuration in our apache webserver. Finally I found time to change our webserver to nginx a everything is ok now.