Internal Server Error
I deployed my applications on Cloudflare Pages. Whenever I make a new commit, the build for my application completes successfully, but the webpage shows an Internal Server Error.
3 Replies
This does not look like a Cloudflare error. Check with Trace where it ends up -> https://developers.cloudflare.com/fundamentals/basic-tasks/trace-request/
Cloudflare Docs
Trace a request | Cloudflare Fundamentals docs
Cloudflare Trace (beta) follows an HTTP/S request through Cloudflare’s reverse proxy to your origin. Use this tool to understand how different Cloudflare configurations interact with an HTTP/S request for one of your hostnames. If the hostname you are testing is not proxied by Cloudflare, Cloudflare Trace will still return all the configurations...
I deployed my TinaCMS and Next.js applications on Cloudflare Pages and am using Tina Cloud. Whenever I make a new commit, the build for my application completes successfully, but the webpage shows an Internal Server Error. I am using edge runtime. I am using tinacloud team plan.
Also I am getting below error in server logs:
"logs": [
{
"message": [
"Error: No such module "node:fs".\n imported from "next-on-pages-dist/webpack/ded84c8b3825e249117b0d16f5e5ede4.js""
],
"level": "error",
"timestamp": 1731307665945
}
],