Jacob
Explore posts from serversCDCloudflare Developers
•Created by Jacob on 9/17/2024 in #pages-help
Getting 500 internal server error - Nextjs
For some reason my application is getting 500 errors when deployed, works fine when building and running locally but fails in production.
When i check the logs i get this:
The build logs seem to be totally fine so not sure what is up
Links:
https://github.com/jacobsamo/buzztrip
https://buzztrip.co
https://buzztrip.pages.dev
https://0c1dc957.buzztrip.pages.dev
1 replies
CDCloudflare Developers
•Created by Jacob on 9/9/2024 in #pages-help
Configuring a monorepo
So i am looking to configure a monorepo for Cloudflare Pages, i have a Nextjs app under
/apps/web
which will need @cloudflare/next-on-pages
to build. However i can't figure out how to get it all working.
My repo: https://github.com/jacobsamo/BuzzTrip2 replies
CDCloudflare Developers
•Created by Jacob on 8/4/2024 in #pages-help
Bun failing builds
I want to use bun to run my cloudflare builds however it fails every time and not sure why, this is my stack trace:
I have removed the
bun.lockb
and added to .gitignore
beacuse that too was failing now it is set through package.json
with this line: "packageManager": "[email protected]"
not sure how to fix this7 replies
CDCloudflare Developers
•Created by Jacob on 2/24/2024 in #pages-help
build exceeding memory limit
so i have a pretty large nextjs application and it builds fine without having
export const runtime = "edge";
set however once i set this in my layout.tsx
it maxs out for some reason
3 replies