Hello @pokoli
I had similar issue using flask_tryton but I solved with gunicorn and SCRIPT_NAME param, I saw this : https://uwsgi-docs.readthedocs.io/en/latest/Vars.html and seems that uwsgi has something similiar uwsgi_param SCRIPT_NAME /testapp;
Do you think this could apply to SAO also? sao use uwsgi or… not possible in that way. Just asking
No, his is unrelated. Sao neeed to be adapted (as well as tryton) because they manage to build the correct url when deployed on a subpath. That’s why I created the issue.
I can see the tryton login, but once I tried to log on it gave me the ‘not found’ error message. There is something missing on nginx, I know, but don’t know what.