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
- hi guys! my site is not accesible in my ...
- Appwrite project paused
I have github student account. The auth has been paused however the database is working fine. I cant see any option to resume from my console panel. It is just ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...