You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I can load and view all document types (doc, calc and presentation) but it's impossible to save them... I've integrated and tested the WOPI-like host with its endpoints with success.
But when the Iframe (hosted on my own server) emits the save event via the ws collabora-code Docker produces an error...
I'm stuck on this problem since 2 days... I need some help, have I missed something ?
Error message
Le document ne peut pas être sauvegardé en raison d'un jeton d'accès expiré ou incorrect.
My logs
I also show you the associated Docker log message :
[ docbroker_002 ] ERR Cannot save docKey [/wopi/files/<FILE_ID>] to storage URI [https://<MY_DOMAIN>/wopi/files/<FILE_ID>?access_token=<ACCESS_TOKEN>&access_token_ttl=0]. Invalid or expired access token. Notifying client.| wsd/DocumentBroker.cpp:1077
My environnement
Docker collabora-code version : collabora/code:latest
Description
Hi! I can load and view all document types (doc, calc and presentation) but it's impossible to save them... I've integrated and tested the WOPI-like host with its endpoints with success.
But when the Iframe (hosted on my own server) emits the save event via the ws collabora-code Docker produces an error...
I'm stuck on this problem since 2 days... I need some help, have I missed something ?
Error message
My logs
I also show you the associated Docker log message :
[ docbroker_002 ] ERR Cannot save docKey [/wopi/files/<FILE_ID>] to storage URI [https://<MY_DOMAIN>/wopi/files/<FILE_ID>?access_token=<ACCESS_TOKEN>&access_token_ttl=0]. Invalid or expired access token. Notifying client.| wsd/DocumentBroker.cpp:1077My environnement