Deploy backend socket.io dando erro de cors 502

Estou tentando fazer o deploy de uma aplicação que usa socket.io no render, localhost ela funciona, porém quando eu hospedo ela me retorna erro 502 me dizendo que falta cabeçalho, sendo que eu já coloquei todos os necessarios, minha instância é a gratuita, porque não é algo que ira me retornar.

Irei colocar meu repositorio aqui https://github.com/Isaias-DeveLoper/fast-chat-backend.git

Hi there,

Can you please make sure your service is binding to the 0.0.0.0 host as per our docs here: https://render.com/docs/web-services#host-and-port-configuration.

Regards,

Keith
Render Support, UTC+10 :australia:

como faço isso?

Hi there,

You can add it to the call to the listen method on your HTTP server, i.e. httpServer.listen(port, host)

Regards,

Keith
Render Support, UTC+10 :australia:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.