Posts
Members
Info
Help
Hi guys, I have a dockerized nestjs microservices and all services starting with docker-compose , one of my services use tcp transport, my problem is that other services could not make communication with that service through tcp connection inside docker-compose network, has…
0
Please check my open-source tracing solution
Hello everyone, hope your close ones are safe and healthy in these trying times. I'm working on an open-source tracing solution. Basically, it will record everything that happens while serving a request (api and database calls, logs etc) and build a nice timeline so it's easy to…
0
any nestjs libraries for anonymous login?
do you guys know any nestjs libraries that handle anonymous login? so a user gets an account created as soon as they visit the website and that anonymous account can be used later when they setup a more permanent account.
0
Trying to start a fresh nestjs project
Hi guys. I just installed nest with yarn add --global @nestjs/cli Generated a new project with nest new backed, and ran it with yarn start. But I get A LOT of error!: https://i.imgur.com/pc5LKtB.png …
0
How to create a custom type (2D array) in graphql + nest
https://docs.nestjs.com/graphql/scalars#code-first I saw this document. I wanted to create a two-dimensional array, but I encountered many problems. The data stored in the database was also wrong. Can someone tell me how I define this field. My field data looks like this.
0
hello guys, anyone have an example with GRPC interceptor on client service?
what we are supposed to do with context.switchToRpc()?
0
Seriously, is there no documentation outside of the tutorials?
Is it even possible to view an older version of the tutorial? How else do I figure out how to use this library?
1