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
Unfortunately, netlify build followed by netlify deploy does not work for Next.js sites (due to the way the Next Runtime manipulates the build output). Please run netlify deploy --build to deploy the site successfully.
linearbot
changed the title
netlify build don't output _next folder
Local builds: netlify build followed by netlify deploy doesn't work with Next.js sites
Aug 16, 2024
Local build (
netlify build
) will output_next
in.next
, but disappear immediately.As a result, the website could not find js/css/image resources after I deployed(
netlify deploy --prod
) it.Screen Record:
Screen.Recording.2024-06-20.at.18.20.39.mov
netlify.toml
:The text was updated successfully, but these errors were encountered: