-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
whiteboard contents are not saved #238
Comments
same |
@l3ochan just as fyi whiteboard requires a backend... but in my case does not work with the backend XD |
I have the backend, all setup and working. The docker container. I use apache as reverse proxy to access it over the internet and I have cloudflare's proxy to hide my public IP. I have the green checkmark in my administrator settings. I can write stuff on the whiteboards. Only weird thing is that when I close them, then reopen them, they are empty. |
When I first set up, I noticed if the backend isn't working properly, it would time out very quickly. I was just testing the whiteboard with a few colleagues and ... after a while it stopped saving. I noticed it blank out, then go back to an old version of the drawing, then go to the latest version of the drawing, but I can very well see from the file app that the size and date hasn't changed for over a half hour. (Maybe it will update when we all exit the editing session?) There's no indication other than the above that it isn't working, but I'm assuming it's not saving our recent edits. I was able to copy via clipboard to a new file, though. |
@l3ochan Could you check your whiteboard backend logs for any errors? It seems there might be issues with API calls between the whiteboard backend and Nextcloud when saving - possibly the whiteboard backend can't reach the Nextcloud backend, or an API communication issues. Checking the logs should help identify the specific problem. Quick note on how saving works: Changes are kept in memory and only saved to Nextcloud when either everyone leaves the whiteboard or when the Node.js server shuts down properly. This helps reduce network traffic and disk I/O. |
the http://nextcloud.domain/settings/admin/whiteboard will tell you if the configuration is working. PS: I config a nginx reverse proxy to handle this, on the same host/server than nextcloud main server |
Now I see that it will only save when everyone leaves, as stated above. Today I was editing one solo and at some point it didn't save. I left and returned to check if it saved. A number of my last edits hadn't been saved, although many/most of what was done had been saved. I wonder if the trouble began when I added a frame around a portion of the diagram. (edit: or maybe there's some race condition between leaving and re-editing?) I'll have to look into how to get a log from the whiteboard server (in docker). |
@manumitted For me it turned out to be DNS issues in docker. |
Just had the same issue, of course I did not install the backend. (its just an app! 🤦♂) For the user of the "App" there is no indication that there is something wrong. |
@hweihwang Hi, |
Hello, I'm experiencing the same issue when using the whiteboard in collaborative multi-user mode: all browser sessions need to be closed for the document to save. This is quite risky, especially since we use Excalidraw for sensitive meetings, and losing notes would be a real problem. For now, I’m testing a workaround by restarting the Nginx service every 5 minutes using a cron job, but this solution is far from ideal. I understand that my setup is functioning as intended, but I believe it would be safer to have an alternative, like a manual save button. |
I am encountering an issue where the Whiteboard data is not being saved in Nextcloud. The Collaborate server is running, and it shows the message Logs when entering the Whiteboard editing screen on browser:
Logs when exiting the Whiteboard editing screen on browser:
|
I was able to setup the server and have my nextcloud instance connect to it. I can create new whiteboards but whatever I draw in them is not saved. If I close the whiteboard, when I go to reopen it, It's empty.
The text was updated successfully, but these errors were encountered: