I have problems with the /login/ endpoint.
After I specify the correct login data in form and click LOGIN, a 404 nginx localhost/ error occurs.
Moreover, authorization is successful, and I can visit localhost//superset/welcome/.
The same problem occurs with /logout/.
I've already tried adding / to the end of sub_filter '/login/' in superset.conf.template, but it doesn't help.
If i add one more location to the superset.conf.template:
location / {
proxy_pass http://superset-nginx/;
}
the error goes away, but after authorization nginx redirects to page without prefix.
Have you any suggestion, how to fix it?
I have problems with the/login/ endpoint.
After I specify the correct login data in form and click LOGIN, a 404 nginx localhost/ error occurs.
Moreover, authorization is successful, and I can visit localhost//superset/welcome/.
The same problem occurs with /logout/.
the error goes away, but after authorization nginx redirects to page without prefix. Have you any suggestion, how to fix it?