app domain: https://appwrite.*.com realtime domain: https://realtime.appwrite.*.com
I can connect in my app directly onto the realtime domain but I wont receive any updates. Assuming now that I must have done it wrong and I should instead use the app domain. Which I did. That leads into "Realtime got disconnected. Reconnect will be attempted in 1 seconds. ".
Appwrite is hosted via coolify. Assuming Traefik acts as reverse proxy. I have read now a lot of revers proxy, but no solution of to fix.
May I ask for help/advise?
nvm, I wasted hours on this 😄 ... In the end I just had to adjust the roles for the collection. I can now connect to the realtime domain.
Recommended threads
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...