Realtime/Websocket - Can't connect from Postman/Arduino/ESP - ERROR "code":1008 - "missing channels"
- 0
- Cloud
what are your headers?
I was able to connect just fine in postman doing this
wss://cloud.appwrite.io/v1/realtime?project=portfoliocms&channels%5B%5D=databases.portfolio.collections.project.documents
channels being the event you want to watch for changes on
Hi Kenny
Thank you for your help
Yes, it seems that I'm not pointing the channels correctly
The endpoint
wss://cloud.appwrite.io/v1/realtime?project=portfoliocms&channels%5B%5D=databases.portfolio.collections.project.documents
is also working
on my end
trying to apply the changes to make it fit in my example... so the name of the project is unique? should I use the name or the ID for the project? also, what does "5B%5D" stand for?
Thanks again
Oh - %5B%5D means []
WORKING - YOU ARE AWESOME @Kenny thank you very much !!!
The issue was that I was trying to send the channel like this
YOURS WORKS BETTER
It takes the channel and send it withing the URL
Awesome bro thank you very much
Recommended threads
- Failed creating JWT via REST
The endpoint `v1/account/jwts` aint working as REST documentation says. It only works using Cookies recived from `v1/account/sessions/email`. My test commands s...
- Invalid Token verifying TOTP MFA
Hi, I always get the error messages that the token I pass is invalid although it is the one from the Authenticator App which has been added by scanning the QR c...
- Payment is showing under processing
Payment is showing as under processing and backup cards are also not able to be changed so please investigate and fix this issue