-
Notifications
You must be signed in to change notification settings - Fork 19
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 file does not render when I did not save it in the whiteboard app myself #395
Comments
Thanks for your report, I was not able to reproduce the issue. It sounds like your whiteboard server can't reach the nextcloud server correctly, though that should be visible in the logs. Could you please verify, that your you can reach your nextcloud instance from inside the whiteboard server? |
Thank you so much @grnd-alt . Your hint helped me to solve it! yes, indeed, there is an error message.
But it makes sense: the file was loaded from backup, and that is why I saw the content of a file that I had edited previously. I have now fixed the HTTP_AUTHORIZATION in my .htaccess file, because that is causing trouble with PHP hosted with FPM:
|
This works:
This does not work:
even when I cannot see the whiteboard:
When I save the whiteboard from the whiteboard app, the file is downloaded, and comparing with a text editor, the content is there.
Example code that does not render after renaming the file:
This is with Nextcloud 30.0.6 and Nextcloud Whiteboard 1.0.5.
I cannot see errors in the output of the node service, or on the browser console.
Is this a common issue, or is something wrong with my setup?
The text was updated successfully, but these errors were encountered: