Mordechai Dror
CDCloudflare Developers
•Created by horo on 5/30/2024 in #pages-help
I get 500 response from pages without any functions
another update to the issue: we updated our webpack config to force webpack chunk to have different name (/_next/static/chunks/webpack--6663651ec7d7623e.js with double hyphen), but anyway got this 500 error on this file...
we explored the ci/cd build output and the file itself doesn't seem to be corrupted or something like this...
37 replies
CDCloudflare Developers
•Created by horo on 5/30/2024 in #pages-help
I get 500 response from pages without any functions
37 replies
CDCloudflare Developers
•Created by horo on 5/30/2024 in #pages-help
I get 500 response from pages without any functions
it seems we faced some similar issue...
we use NextJS in static mode and deploy it on CloudFlare Pages
CI/CD used wrangler
pages-action
for a quite a while. a couple of days ago wrangler npm package got a minor update from 3.59.0
to 3.60.0
and we started to get 500 on newly deployed pages URLs
after we locked wrangler version on pages-action
back to the previous one we are now able to deploy and access previews, but prod deployments resolve in 500 on webpack chunk while being ok with returning other deployment assets...
prod deployment pages url: https://beb85eee.web-payment.pages.dev
working file url: https://beb85eee.web-payment.pages.dev/_next/static/chunks/webpack-6663651ec7d7623e.js.map
500 file url: https://beb85eee.web-payment.pages.dev/_next/static/chunks/webpack-6663651ec7d7623e.js37 replies