Base path for ws #43
Unanswered
lcanavesio
asked this question in
Q&A
Replies: 0 comments 1 reply
-
I think I had a similar issue, so in examples it's just the default path. Maybe it was fixed upstream in some new release. Converting this discussion to a bug report 😉 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @MichalLytek . i Use @typegraphql-nestjs 0.4.1
What is the correct way to change the path for ws? When i change my path to other ws connection fail
Ok: '/graphql'
TypeGraphQLModule.forRoot({ emitSchemaFile: true, installSubscriptionHandlers: true, path: '/graphql' })
Failed: '/apiv2/graphql'
TypeGraphQLModule.forRoot({ emitSchemaFile: true, installSubscriptionHandlers: true, path: '/apiv2/graphql' })
In browser see
WebSocket connection to 'ws://10.101.125.116:3008/apiv2/graphql' failed:
Beta Was this translation helpful? Give feedback.
All reactions