Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rabbit MQ uuid is throwing an error #141

Closed
maganuk opened this issue Oct 9, 2021 · 1 comment · Fixed by #142
Closed

Rabbit MQ uuid is throwing an error #141

maganuk opened this issue Oct 9, 2021 · 1 comment · Fixed by #142

Comments

@maganuk
Copy link

maganuk commented Oct 9, 2021

Publishing a message to Rabbit MQ is throwing an error:

ERROR [ExceptionsHandler] Cannot read properties of undefined (reading 'v4')
TypeError: Cannot read properties of undefined (reading 'v4')
at RabbitMqTransport.publishMessage (C:\test\node_modules@node-ts\bus-rabbitmq\src\rabbitmq-transport.ts:253:23)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at RabbitMqTransport.publish (C:\test\node_modules@node-ts\bus-rabbitmq\src\rabbitmq-transport.ts:73:5)

I'm currently using v8 of UUID, however even after downgrading to v3 the error persists.

@adenhertog
Copy link
Contributor

hey @maganuk thanks for the feedback, the fix is available in v1.0.1 of @node-ts/bus-rabbitmq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants