You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This requires importing next dynamically. This used to rely on next-on-netlify being dynamically imported. With next-on-netlify being merged, this stopped working and the following is shown instead (marked as a plugin bug in the build logs):
This should be fixed by importing next dynamically.
The text was updated successfully, but these errors were encountered:
When a site does not have Next.js, the following error message should be shown, so it is clear to users what should be fixed:
https://github.com/netlify/netlify-plugin-nextjs/blob/430569c6421f4447228ada44fe5821707f796d98/helpers/validateNextUsage.js#L9-L13
This requires importing
next
dynamically. This used to rely onnext-on-netlify
being dynamically imported. Withnext-on-netlify
being merged, this stopped working and the following is shown instead (marked as a plugin bug in the build logs):This should be fixed by importing
next
dynamically.The text was updated successfully, but these errors were encountered: