-
Notifications
You must be signed in to change notification settings - Fork 15
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 files are downloaded instead of opened #174
Comments
On my NextCloud Instance (29.0.7 + Whiteboard 1.0.2), I notice exactly the same behavior. |
Please read the Known Issues section from the README file. It helps me to solve this behavior. |
Thanks for replying. and then Unfortunately the issue is persisting. I guess the appropriate setting ".witheboard"in the DB and either mimetypealiases.json or mymetypemapping.json is missing or still wrong. |
Plesse remove everything with wbr and whiteboard from the files if exist, then do the occ commands. This works for me and exactly this tells you the README file. |
Hi @ralfi i just did it and now works! |
I see the mistake in the readme. There is written
But the main file I had to change was mimetypemapping.json . Now it does not download the files anymore. Now I got another error though: |
This seems not to make the trick for everybody. In my case i still have the mentioned issue above. |
Yes i have also the same behaviour. I have nextcloud 30 with php8.2-fpm installed. The apache2 server is configured like the documentation says. I have tried the latest build from the whiteboard-server and i get also the 404 error you mentionend @kinimodmeyer |
I was victim of this issue and the steps mentioned on the README page didn't work for me. What did work was the following:
"application/vnd.excalidraw+json": "whiteboard",
"whiteboard": ["application/vnd.excalidraw+json"],
$ php occ maintenance:mimetype:update-db -vvv; php occ maintenance:mimetype:update-js -vvv Hope it helps. P.S.: awesome project. Thanks a lot. |
Thanks, but the issue with the 404 Error is still persisting also with version: 1.0.3 |
If you get that 404 and have Nextcloud installed in a subdirectory this might be fixed by 1.0.4, with #158 |
works now somehow after latest update. |
Thanks for reporting back, then it was related to the issue fixed in #158 |
This section did not work for me: https://github.com/nextcloud/whiteboard#known-issues Whiteboard: 1.0.4 Other than that, everything works 🚀 . I'm really grateful for this integration. |
Your Nextcloud version is quite behind. Those types would be introduced with 29.0.5 (nextcloud/server#46752). |
its working for me too with new version. thank you. |
I have installed whiteboard 1.0.2 and run it in within a docker-container and apache reverse proxy.
My nextcloud (version 30) runs at https://www.mydomain/nextcloud.
The configuration seems fine, as the app configuration page of whiteboard shows all green and successful.
If I create a new whiteboard, my instance is starting to download it instead of opening it in whiteboard.
In my ./config/mimetypealiases.json I cannot fine the .whiteboard extension even after installing whiteboard 1.0.2.
What could be the issue?
The nextcloud logs show no issues.
The text was updated successfully, but these errors were encountered: