Hello,
I'm having issues with every version since v12.1.0.
See attached the errors I get after landing on home page https://[my.domain]/projeqtor/, and errors I get after trying to log with admin account.
I'm currently running v12.0.1, with nginx 1.26 and php-fpm 8.2, behind another nginx acting as a reverse proxy.
I've spent hours and hours trying to figure out what's going on, to no avail.
Thank you for any tips pointing to the right direction.
BR,
You have javascipt cache issue.
Try and clean browser cache.
It's been done already.
Even launched in private navigation.
Screen captures were taken from private nav.
I also noted that your url is strange
?login=&pass...
we never pass login and password in url (get request)
Try and use "standard" url to access the page : https://[my.domain]/projeqtor
You can possibly try https://[my.domain]/projeqtor/view/main.ph with no extra parameter
That's what I do.
I just type mydomain/projeqtor in the address bar, but after login (and it doesn't matter what I type in login/password), those URLs appear.
I also tried with view/main.php and it's exactly the same.
Ok I've found what was going on.
The instance is running inside Docker, and I have a container for nginx and another one for php-fpm.
The cache directory wasn't shared between the two, hense the 404.
After using a volume for this directory, everything seems OK.
Thanks anyway.


