I'm running osTicket on Plesk with nginx as proxy in front of apache.
Plesk somehow damaged the config files. I have now restored my configuration from backup and the button is working again.
However I'm now back to the callback issue. I get a valid token but the callback gives me "URL not supported".
My nginx rule looks like this
location ~ ^/api/(?:tickets|tasks|auth).*$ {
try_files $uri $uri/ /api/http.php?$query_string;
}
That seems to work, because the log shows it's redirected to /api/http:
93.219.167.161 - - [27/Jan/2023:14:37:31 +0100] "GET /api/http.php?code=0.AV0Aw...-af7e-92ed872a25a6 HTTP/1.0" 400
What I'm missing?
Regards
Martin