maykinmedia / charts

Maykinmedia Helm Charts
3 stars 2 forks source link

openzaaktypebeheer 404 /login not found #80

Open sjoerdie opened 12 months ago

sjoerdie commented 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?

SilviaAmAm commented 12 months ago

I need to investigate this in the application! I opened an issue in the OZB repo: https://github.com/maykinmedia/open-zaaktypebeheer/issues/67