[Development Pack] [MacOS] No issue - The thread can be closed / deleted! #687
-
|
This thread was opened because of a misunderstanding on Docmost's installation instructions at https://docmost.com/docs/installation. Although the relevant document clearly directs towards a non-Docker installation for development purposes in the very first line, we proceeded with a Docker-based setup and had to open this thread.
The original/initial thread is below.Hi @Philipinho and all Docmost experts / enthusiasts, Our team recently installed the Docmost development pack in a (!)MacOS(!) local environment, and we are encountering an issue when trying to edit pages. The problem is demonstrated in the video linked below. Issue Description: What could be causing this issue? Any suggestion would be much appreciated. Thanks. VID-20250127-WA0003.mp4 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
|
If the page is in readonly mode, it means it is failing to establish a websocket connection. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the response, @Philipinho . I am sharing the browser console (for the frontend port - 5173) below. It says the WebSocket (ws) is connected. We will try to re-install the development pack (on MacOS) once again and update here if we'll still face any issues. CC : @singleservingfriend , @furkansalihipek . |
Beta Was this translation helpful? Give feedback.






From the screenshot provided above,
docker psshows you are pullingdocmost/docmost:latestfrom Dockerhub and not locally. You may want to confirm that. It could also be the root of your problems because the/api/auth/collab-tokenendpoint is not available in our production Docker builds. It is only in the Github repo.