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
I have a project with my Next frontend in the "web" subdirectory. Simply installing the plugin results in a deployment error...
Are we supposed to be exporting our app in the build command as well? Doesn't this mean the project will be using a static build? If so, is it possible to deploy a dynamic build to Netlify? And, how is this plugin different from just running 'next export' and specifying a build directory?
I have a project with my Next frontend in the "web" subdirectory. Simply installing the plugin results in a deployment error...
Are we supposed to be exporting our app in the build command as well? Doesn't this mean the project will be using a static build? If so, is it possible to deploy a dynamic build to Netlify? And, how is this plugin different from just running 'next export' and specifying a build directory?
Here's my package.json scripts -
"scripts": { "dev": "next dev -p 3001", "build": "next build", "start": "next start", "test": "jest --watch" },
The text was updated successfully, but these errors were encountered: