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

[Bug] Add support for NestJS #73

Open
jdnichollsc opened this issue Jan 15, 2024 · 1 comment
Open

[Bug] Add support for NestJS #73

jdnichollsc opened this issue Jan 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jdnichollsc
Copy link

What are you really trying to do?

Describe the bug

At @BAXUSNFT we're using Temporal w/ NestJS to be able to use NestJS custom modules from Temporal activities and we're trying to use this debugger but it's not working, can you recommend any configuration for that implementation? We're using this package for that: https://github.com/KurtzL/nestjs-temporal

Environment/Versions

  • OS and processor: Apple M2 Max
  • Temporal Version: 1.8.6
  • Are you using Docker or Kubernetes or building Temporal from source? Yes, using docker compose

Thanks for your support and let me know what you think!

@jdnichollsc jdnichollsc added the bug Something isn't working label Jan 15, 2024
@lorensr
Copy link
Contributor

lorensr commented Jan 16, 2024

This extension is only for debugging workflow code of past workflow executions. For debugging activity code, run your worker using your editor's normal Node debugger. For example: https://code.visualstudio.com/docs/editor/debugging or I'd search something like "debugging vscode nestjs".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants