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
To fix this, I made the following change in the next.config.mjs file:
const nextConfig = {
output: 'standalone'
};
Perhaps you could provide an update to the file or check if there are additional steps needed to ensure the standalone folder is correctly generated during the build process.
and dont forget to create public folder before build
The text was updated successfully, but these errors were encountered:
When I run
I encounter an error at the line:
The folder .next/standalone does not exist.
To fix this, I made the following change in the next.config.mjs file:
Perhaps you could provide an update to the file or check if there are additional steps needed to ensure the standalone folder is correctly generated during the build process.
and dont forget to create public folder before build
The text was updated successfully, but these errors were encountered: