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

How to upgrade to Nest 5.0? #4

Open
tranghaviet opened this issue Aug 16, 2018 · 2 comments
Open

How to upgrade to Nest 5.0? #4

tranghaviet opened this issue Aug 16, 2018 · 2 comments
Labels
question Further information is requested

Comments

@tranghaviet
Copy link

After I upgrade to Nest 5.0 the app is not working anymore. How to upgrade to Nest 5.0?

@chanlito
Copy link
Owner

What kind of error are you experiencing?

@chanlito chanlito added the question Further information is requested label Aug 16, 2018
@tranghaviet
Copy link
Author

I'm unable to use Nuxt router. For now I must create an instance of express for Nuxt.

const instance = this.server;
instance.get(/^(?!\/?(api|test)).+$/, (request, response) => this.nuxt.render(request, response));

Do you have any idea?

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

No branches or pull requests

2 participants