Hi everyone. So I have a NextJS app (<15.0.0) and was trying to deploy to pages. My has both server

Hi everyone. So I have a NextJS app (<15.0.0) and was trying to deploy to pages. My has both server and client functions and is still relatively small. While trying to deploy I see the files in /.next/cache are larger than the 25mb limit. Tried to troubleshoot to optimize where I can (don't have many static assets and they're small). Build direct was set to /.next and npm run build as the command. Am I doing something wrong or is it plainly a matter of refactoring everything to use Cloudflare workers?
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?