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

clarify the features that shouldn't work on standalone apps #3025

Open
1 of 5 tasks
micalevisk opened this issue May 9, 2024 · 2 comments
Open
1 of 5 tasks

clarify the features that shouldn't work on standalone apps #3025

micalevisk opened this issue May 9, 2024 · 2 comments

Comments

@micalevisk
Copy link
Member

micalevisk commented May 9, 2024

I'm submitting a...

  • Regression
  • Bug report
  • Feature request
  • Documentation issue or request (new chapter/page)
  • Support request => Please do not submit support request here, instead post your question on Stack Overflow.

Current behavior

at https://docs.nestjs.com/standalone-applications isn't clear which nestjs features aren't supposed to work when using NestFactory.createApplicationContext (+ app.init)

Expected behavior

I'd like to read that middlewares, pipes, NestModule#configure, etc won't be evaluated in the standalone mode.

I'm not sure what is expected to work in such apps and what is not, I just have few guesses

What is the motivation / use case for changing the behavior?

people sometimes complain that few features that aren't working when using the standalone mode.

@kamilmysliwiec
Copy link
Member

Would you like to create a PR for this?

@micalevisk
Copy link
Member Author

micalevisk commented May 10, 2024

I'll create after testing every feature that I can recall

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

No branches or pull requests

2 participants