Forum

[SOLVED] Issue sinc...
 
Notifications
Retirer tout

[SOLVED] Issue since v 12.1.0

6 Posts
2 Utilisateurs
0 Reactions
1,022 Vu
 MDB
(@mdb)
Posts: 4
Active Member
Début du sujet
 
[#9926]

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,


 
Posté : 03/09/2025 7:32 pm
(@babynus)
Posts: 14952
Membre Admin
 

You have javascipt cache issue.
Try and clean browser cache.


 
Posté : 04/09/2025 1:55 pm
 MDB
(@mdb)
Posts: 4
Active Member
Début du sujet
 

It's been done already.
Even launched in private navigation.
Screen captures were taken from private nav.


 
Posté : 04/09/2025 1:59 pm
(@babynus)
Posts: 14952
Membre Admin
 

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


 
Posté : 04/09/2025 2:01 pm
 MDB
(@mdb)
Posts: 4
Active Member
Début du sujet
 

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.


 
Posté : 04/09/2025 2:20 pm
 MDB
(@mdb)
Posts: 4
Active Member
Début du sujet
 

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.


 
Posté : 04/09/2025 2:33 pm
Share:
Retour en haut