apollographql / graphql-subscriptions

:newspaper: A small module that implements GraphQL subscriptions for Node.js
MIT License
1.58k stars 133 forks source link

Websocket endpoint issue #254

Open shenbagapandian opened 2 years ago

shenbagapandian commented 2 years ago

If my endpoint like this http://domain_url:4000/graphql, then everything working fine. And i changed my endpoint to http://domain_url/graphql then i'm facing issue like : "Could not connect to websocket endpoint ws://domain_url/graphql. Please check if the endpoint url is correct." . I'm using centOS for reverse proxy. Is anything needed for graphql subscription ?? kindly guide me for the subscription server setup .