You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to NodeChef
Hi.
The websocket is not working in my application. It was working perfectly on other host. Since we change to Nodechef data are not retrieved. Is there a specific restriction?
Tyler Akins
unread,
Apr 8, 2024, 8:39:54 AM4/8/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to NodeChef
I use WebSockets for my application and it works seamlessly. Make sure your application is listening to the correct port, which comes in through the PORT environment variable (process.env.PORT), otherwise your application won't get traffic routed to it.