Hi there,
Just installed and went into admin section where I see a message saying “there are 2 users” but they are not listed.
Can’t add new user either. When clicking “Create new account” nothing happens.
Any ideas?
Hi there,
Just installed and went into admin section where I see a message saying “there are 2 users” but they are not listed.
Can’t add new user either. When clicking “Create new account” nothing happens.
Any ideas?
It’s you and the system user. So all fine.
But what about the non responding buttons? The ones on top right have also this behaviour
This is my browser console, just in case
Yep something is wrong there. What’s the link to your instance? Easier to check myself
https://eventos.unau.edu.ar/, it’s behind a reverse proxy. Could that be related in some way?
Seems to be all fine now…
Usually this happens if e.g. the webserver cannot serve the assets or USE_PROXY = True
is not set in the config or the X-Forwarded-...
headers are not passed correctly.
I’ve added missing USE_PROXY setting and also checked thet X-Forwarded-Proto is set to https. However, the behavior still remains.
Hi, just to let you know that everything is working as expected after adding X-Forwarded-Host $host in the reverse proxy.