Hello. I'm trying to install Kratos from this art...
# ory-selfhosting
n
Hello. I'm trying to install Kratos from this article https://www.ory.sh/docs/kratos/guides/deploy-kratos-example and it doesn't work for me. I made the same nginx configuration as indicated in the article, and when I try to go to /auth/login, I immediately get a redirect to /login and a 404 error. If I remove the line rewrite
rewrite /auth/(.*) /$1  break;
, which causes this, when you try to access /auth/login it will also be 404. Thanks for the help.
m
Hey @nutritious-stone-61906 Thanks a lot for the report. Maybe something broke in one of the recent releases 😕 it has been a while since I tried this example and we dont have tests for it. Unfortunately I probably dont have time to debug it at the moment, but if you find the issue, I would be happy to look into it/reproduce and update the guide.
n
Ok