-
Notifications
You must be signed in to change notification settings - Fork 91
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
Cannot read properties of undefined (reading 'nextConfig') #107
Comments
i am having the same error. This was after [email protected] |
To be more explicit, in the RenderModule, in [email protected], it successfully passes NextServer to forRootAsync, but not after this version.
|
I filed the issue to the next js repo issues |
So, It's going on.. it's not solved I saw that. |
Seems like a deal breaker to me |
Describe the bug
Trying out nest-next with the most current versions
With [email protected] I am getting the following error and server is not able to start. Downgrading to a lower version such as 13.3.1 the problem went away.
[Nest] 98752 - 05/25/2023, 11:11:50 PM ERROR [ExceptionHandler] Cannot read properties of undefined (reading 'nextConfig')
TypeError: Cannot read properties of undefined (reading 'nextConfig')
at Function. (/path/to/project/node_modules/nest-next/dist/render.module.js:37:30)
at Generator.next ()
at fulfilled (/path/to/project/node_modules/nest-next/dist/render.module.js:14:58)
Expected behavior
Start nest server successfully
Version
The text was updated successfully, but these errors were encountered: