I'm hosting my Next.js 14 applications on Cloudflare Pages, and suddenly the pages stopped working. The client loads up, but all API requests to the server result in 500/400/405 errors. I hope this is the correct thread to post issues on Cloudflare Pages, if not please point me to the correct location!
I've even switched to the new
npx opennextjs-cloudflare build
npx opennextjs-cloudflare build
and still have the same issue! The build completes successfully with "Success: Your site was deployed!" but the apps aren't working.
I also checked further and the alias
xxxx.yyyy.pages.dev
xxxx.yyyy.pages.dev
isn't working for the deployment - it shows "404 not found."
All our websites are affected so our customers can't use our platform. Any help appreciated, thanks!