-
Notifications
You must be signed in to change notification settings - Fork 90
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
Usage with Nest CLI #76
Comments
Apparently calling a page I got the |
Hi sorry for the delay in getting back to you. I actually haven't tried to use the nest cli along with this package before, in my example I just use nodemon for the That being said, I don't think that the problem is actually related to naming the page |
I had |
I think I'm having a similar issue - I can't seem to get it to work with the Nest CLI |
@kyle-mccarthy I can confirm this. i have same issues |
Describe the bug
I'm trying to add Next to my existing NestJS project following the readme and basic example. I'm getting 404 for all pages.
My NestJS project is an example project following the getting started guide, so I imagined the integration to work out of the box. It uses the
nest
CLI forstart
andbuild
.I suspect the pages are not compiled, because I can't find them in the
.next
folder whereas running the basic example they're there. But I'm not sure how to adapt the existing setup using Nest CLI.Expected behavior
A description in the readme to explain the usage with Next defaults.
To Reproduce
Repository URL: https://github.com/thisismydesign/nestjs-playground/tree/668dec84d2ff6544a1bc2f57cd874e44e33443f7
Version
Additional context
Initial
tsconfig
:tsconfig
updated by Next:The text was updated successfully, but these errors were encountered: