swix
Explore posts from serversExceeded CPU on Cloudflare Pages
So I have this tutorial app on Cloudflare Pages, with a few (like 10) markdown files in
/content
directory.
When you go to a content page, e.g. myapp.pages.dev/about-us
, it will first render Not found
(data
is also empty from console.log).
Then after reloaded the page, it will render data
content.
But if you reload a couple times, it breaks. From Cloudflare real-time logs, it shows ExceededCpu
.
7 replies