Onlyoffice with Seafile doesn't work

Hi
I am in the process of setting up a seafile server I installed seafile and it works well but the only office integration is problematic it is in a docker on the same host, I use a subfolder. When i trie to open a document i can see only office working but the document doesn’t open.

I have this error when I trie to open a document on the seafile

If you have some ideas of the probleme I’ll take it.

Thank you

Here it’s my nginx conf for seafile

And my seahub_settings.py conf

Your URL is still visible. Please replace your screenshot.

Does the only office welcome screen come up when calling the oo document server directly?

As far as I can see there are some settings missing in your nginx config. They are supposed to be at the very top of your config. Please check the manual again.

Thanks for the url
Yes I know it’s in snippets/onlyoffice.map.conf

Required for only office document server

map $http_x_forwarded_proto $the_scheme {
default $http_x_forwarded_proto;
“” $scheme;
}

map $http_x_forwarded_host $the_host {
default $http_x_forwarded_host;
“” $host;
}

map $http_upgrade $proxy_connection {
default upgrade;
“” close;
}

i have modify my conf to put back the classic configuration
without an include and with that at the top of my conf

seafile reponse forum