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
- Error getting session: AppwriteException...
I get this error `Error getting session: AppwriteException: User (role: guests) missing scope (account)` when running in prod. As soon as I try running my app o...
- Unable to View / Edit Bucket Files
Hi! I am unable to view / edit Bucket Files. While Previews work just fine, clicking the actual file to view or edit it produces the errors seen in the attache...
- How to remove the Sign up link after cre...
Greetings, i just installed appwrite on a VPS and created an account but now i do not want others to have access to the sign-up page. Is there any way to hide o...
