I have this problem with realtime in my selfhost appwrite is there any ways i could fix it?
- 0
- Self Hosted
- Databases
- Realtime
- Web
all it shows the that web socket couldn't connect, i even changed the whole Endpoint of the realtime but still no fix.
appwrite.js?v=7fdd19a8:620 WebSocket connection to 'wss://appwrite.kubak.co/v1//realtime?project=658ddeb87e8649fdc4f9&channels%5B%5D=databases.654b2f6a8af9b2ed391f.collections.6564217c78122dc22f6f.documents&channels%5B%5D=databases.659babf02c0fe1918e99.collections.659baedcb1cca60dc271.documents' failed:
is there anyways i could fix this?
Do you have anything in front of Appwrite like a reverse proxy?
No I don’t think so but the weird thing is it worked for the console version of appwrite until i changed to the self host version now the realtime doesn’t work properly.
What do you mean console version vs self hosted version?
I meant appwrite cloud. Sorry
One problem here is you gave an extra slash at the end of the endpoint
Besides that, what's the output of docker ps -a on the server?
Okay i will check that too
Weird thing is that I didn’t put any extra slashes at the end
Recommended threads
- Cannot use custom SMTP for messaging (SM...
Hey there! I'm on Appwrite Self-hosted 1.9.0. I've never used the messaging feature before, always sent emails through functions or a custom backend, but I'v...
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...