I am getting a page 404 with next.js with successful deployment

next.config.mjs
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: 'standalone',
};

export default nextConfig;
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: 'standalone',
};

export default nextConfig;
No description
No description
No description
3 Replies
dys
dysOP2mo ago
not sure what im doing wrong
Woopsie
Woopsie3w ago
@dys do you manage to solve this issue?
perlinson
perlinson3w ago
i meet the same problem, i test node .next/standalone/server.js work well,

Did you find this page helpful?