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
Are you using
@cloudflare/next-on-pages
or a static export?static export
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.
Thanks
It was a command i didn't include in the next.config.js