Hi, I just setup my google auth2 and everything seems working fine except that it returns “file not found” . I have found some threads with similar issue and tried searching on how to enable rewrite url in Nginx but I couldn’t find a specific link . Another solution I have found is changing this lines in my osticket.conf
From :
location / {
try_files $uri $uri/ index.php;
}
To :
location / {
try_files $uri $uri/ /index.php?$args;
}
When I save the changes and try to log in as an agent, it doesn’t return “file not found” anymore, however it returns in my client page instead. I have checked my php logs, but there’s no error at all.
Any help or suggestions would be greatly appreaciated . Thank you !
Ostikcet Version:
Oauth2 config:
Google Dev Console:
osticket.conf
osticket.conf