CLOUDFARE NOT DEPLOYING NEXT JS WEBSITE

Have been trying to deploy nextjs website to cloudfare past some weeks now is not deploying SHowing Page not found 404 Error Why is it like that 😞
4 Replies
James
James•8mo ago
Are you using @cloudflare/next-on-pages or a static export?
Rasheeddev
Rasheeddev•8mo ago
static export
James
James•8mo ago
Ensure you're deploying the right directory and that there is an index.html page (or whatever route you're trying to access) that was deployed to Pages. If there isn't, you've either misconfigured something, or haven't made the route's page.
Rasheeddev
Rasheeddev•8mo ago
Thanks It was a command i didn't include in the next.config.js