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
{{ message }}
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
too sad - we have the same problem here - in fact the administrator can work normally with documents but normal users cannot do anything cause of the mentioned error.
The Error "The document cannot be saved due to an expired or invalid access token." is triggered only during the first creation of an file and after opening the Collabora Online Editor. After That I can open the files without getting an Error Message but i am not able to save them at all.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:1077
My environnement
The text was updated successfully, but these errors were encountered: