Issue with Whiteboard AIO - File Downloaded not opened?

Hey,

First of all, thank you for the great open-source product; I really love Nextcloud!

QUESTION: I can create a new whiteboard, but when I click “OK,” the file is downloaded instead of opening.

Version: Nextcloud AIO v9.6.0
Whiteboard Server: Installed via Nextcloud AIO interface
Whiteboard Server Status: Admin settings are okay

Docker Log from Whiteboard Server:

2024-10-08T16:45:39.296775109Z Connection to nextcloud-aio-redis (172.18.0.6) 6379 port [tcp/redis] succeeded!
2024-10-08T16:45:39.833609838Z 
2024-10-08T16:45:39.833641198Z > whiteboard@1.0.2 server:start
2024-10-08T16:45:39.833645239Z > node websocket_server/main.js
2024-10-08T16:45:40.459770696Z Setting up Redis Streams adapter
2024-10-08T16:45:40.461619423Z Redis Streams adapter set up successfully
2024-10-08T16:45:40.466397603Z Listening on port: 3002
2024-10-08T16:45:40.466617484Z Server started successfully on port 3002

What am I missing here?

Thanks for your help!

I saw these. Maybe they’re helpful:

1 Like

Thank you very much

sudo docker exec --user www-data -it nextcloud-aio-nextcloud sh
cd config
vi mimetypemapping.js 

#delete whiteboard entry

sudo docker exec --user www-data -it nextcloud-aio-nextcloud php occ maintenance:mimetype:update-js

Have fun

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.