Error: Pages only supports files up to 26.2 MB in size
Hello devs!
My team is trying to deploy our company's official website on cloudflare since our data is on cloudflare. We are using NextJS 12. When we try to deploy, we receive the following errors that we are having a hard time understanding why.
I you have ever encountered the issue, could you suggest any fix. We have tried disabling the cache, but the error persists.
Is there also a way of increasing the cache size for the pages?
deployment ID: 1ad1958b-9bfe-41b7-9b07-fbb160066fa4
Thank you.
3 Replies
Is this cloudflare pages?
We are using cloudflare. The build files are contained in the .next folder and that is what we specified in the settings of cloudflare.
doesn't next build to
.vercel/static/output
?