Replies: 1 comment 1 reply
-
What version of Node are you running on? If you're getting an error that randomUuid is not a function I suspect that your node version is out of date |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm trying to use this.amqpConnection.request to receive a payload (list) but the message does not arrive in rabbitMQ, an error appears like this:
error: TypeError: (0 , crypto_1.randomUUID) is not a function
Producer:
Consumer:
Can you help me and guide me where I might be going wrong, I understood that to get a response a response would be just that!
Commenting that in another method that I use to create a new record everything is ok, in this way everything is correct:
I really appreciate if you can help me.
"@golevelup/nestjs-rabbitmq": "^3.3.0",
"@nestjs/core": "^9.0.0",
Beta Was this translation helpful? Give feedback.
All reactions