alswl / excalidraw-collaboration

excalidraw with collaboration feature, self-hosting, and only one-click deploy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sharing and storing in DB doesn't work.

freezah opened this issue · comments

Hi,

does not work when using haproxy and trusted SSL certificates (all three components configured with HTTPS).

Do you have any working example of docker-compose.yaml and .env for public internet domains ?

Please show me the error message.

"Couldn't save to the backend database. If problems persist, you should save your file locally to ensure you don't lose your work."

image

@freezah I'm so sad, the error message is not provided by Docker or NodeJS(entrypoint). The error is beyond this project, I'can't provide helps.

@alswl , ok, understood. Although my question is have you successfully deployed excalidraw + room + storage on a remote server publicly available over https ?

@freezah I'm sure it works. You can check https://draw2.dmitrysamoylenko.in/#room=f8671f3fdef3ada5128c,Dyn8aqg8RII9rzUVIl9i7w .

You should check the request chains of your deployments.

And the excalidraw-room project is depend on crypto module, it required HTTPS protocol.

@alswl

I just checked your link and it does not work as expected.

I did draw something, then copy/pasted session URL to different browser (in incognito mode), it opened but with empty canvas.

Also, if I click Export -> Export to link it does not create / provide any link.

@freezah I see. I think the sample(provide by another developer) was not works as expected properly.
But in my self-host domain(a private intranet deploy), it works.

I'm lack of cloud resources , so I cannot provide a online demo.