#how come websocket gateways don't inherit app_guard?
4 messages · Page 1 of 1 (latest)
Try adding { inheritAppConfig: true } to the WebSocketGateway decorator's config object.
didn't know that was a thing!
I'm looking at the source code and I don't see that option used outside of usage with microservices