Open sjoerdie opened 12 months ago
When you go to for example: https://openzaaktypebeheer.test.opengem.nl/
You will end up at https://openzaaktypebeheer.test.opengem.nl/login When you refresh you get a 404, because /login is not found.
A dirty fix that works and could be added to the chart configmap add to nginx config:
location ~ ^/login { return 301 https://openzaaktypebeheer.test.opengem.nl;
@SilviaAmAm Something that should be fixed in the application or maybe have a better location in nginx where this /login should go?
/login
I need to investigate this in the application! I opened an issue in the OZB repo: https://github.com/maykinmedia/open-zaaktypebeheer/issues/67
When you go to for example: https://openzaaktypebeheer.test.opengem.nl/
You will end up at https://openzaaktypebeheer.test.opengem.nl/login When you refresh you get a 404, because /login is not found.
A dirty fix that works and could be added to the chart configmap add to nginx config:
@SilviaAmAm Something that should be fixed in the application or maybe have a better location in nginx where this
/login
should go?