RodrigoBertotti / flutter_chat_app_with_nodejs

A Flutter Chat App built with Node.js, MySQL, and WebSockets.
MIT License
73 stars 29 forks source link

WSS not connected #4

Closed josefrasetia closed 7 months ago

josefrasetia commented 7 months ago

my web socket secure not connected in askless, but connect in another app, what is wrong?

Screenshot 2024-01-07 181618

WhatsApp Image 2024-01-07 at 18 29 59_486381d4

RodrigoBertotti commented 7 months ago

I'm not sure, please check if your App is using the correct URL starting with wss:// and if the URL you mentioned is actually hosting the Askless backend server (not another server)

Please try to solve your problem searching about WebSocket encryption, I will close the issue because it doesn't look like an Askless issue