faboulaws / graphql-sse

MIT License
7 stars 4 forks source link

Sample Project Not Running #2

Open TestCK opened 2 years ago

TestCK commented 2 years ago

First thanks for providing an elaborate example on how to implement the graphql-sse using nestjs But I am facing on issue, i am unable to access the graphql subscription upon starting the nestjs application

http://localhost:3333/graphql-subscription {"statusCode":404,"message":"Cannot GET /graphql-subscription","error":"Not Found"}

If you can provide a way to fix this it would be very helpful

Once again thanks for this awesome examples

faboulaws commented 2 years ago

Hey, sorry about the late response. Did you manage?