Could not find resource file "/apps/files/js/jquery.iframe-transport.js"

Hi,

I have one. problem when open “desktop app”, this error appears on header pages:

Collabora en ligne, erreur inconnue : Client error response [url] https://TLD.host.fr/hosting/discovery [status code] 401 [reason phrase] Unauthorized
Merci de contacter l’administrateur de “https://TLD.host.fr”.

when I see the logging this message appears “Could not find resource file “/apps/files/js/jquery.iframe-transport.js””

but when I search this file on my server is not exist.

my version of collabora online is 1.1.4 and. use NC. version 10 stable.

thank’s for your help.

I resolve my problem.

I have inser on my nextcloud.conf
this parameter indicate on this https://icewind.nl/entry/collabora-online

static files

location ^~ /loleaflet {
    proxy_pass https://localhost:9980;
    proxy_set_header Host $http_host;
}
# WOPI discovery URL
location ^~ /hosting/discovery {
    proxy_pass https://localhost:9980;
    proxy_set_header Host $http_host;
}
# websockets, download, presentation and image upload
location ^~ /lool {
    proxy_pass https://localhost:9980;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "upgrade";
    proxy_set_header Host $http_host;
}

after reload my. docker for correctly TLD and after this open correctly.

But the new message is. We are sorry, this is an unexpected connection error. pleas try again".

this an other problem and close this it.