Closed Jacquwes closed 4 years ago
Hi @JacqueSatan, this buildpack is not used on Heroku platform today. You are looking for here: https://github.com/heroku/heroku-buildpack-nodejs. Also, I would suggest opening a ticket at https://help.heroku.com if you can. Thanks!
Closing due to inactivity and that this belongs in the repo linked above.
Hello, I'm having an issue with the websocket server. I have an app running with a GraphQL API running on it, and a WebSocket server. Everything works fine on local, but when I upload the app to Heroku, the URL for the ws server returns error 404. As the app URL is https://ethyme-api.herokuapp.com/, i think the ws server one is wss://ethyme-api.herokuapp.com/, but it doesnt work. Can you help me ?