simmbiote
CDCloudflare Developers
•Created by simmbiote on 9/5/2024 in #workers-help
[Help needed] CloudFlare Worker Rollback - Can't View deployed code
After rolling back to a pervious version, how can one view the code for the Active deployment?
Clicking "Edit" shows the code for the Latest deployment - not the one you rolled back to (ie. the Active one)
I've searched for ways on Google, ChatGTP etc with not luck.
Any ideas?
7 replies
CDCloudflare Developers
•Created by simmbiote on 3/15/2024 in #pages-help
Deploy NexJS Site to CloudFlare Pages with Wrangler
Hi
I have a monorepo setup (nx). Because monorepo is not supported by CloudFlare Pages, I would like to deploy the build folder manually using wrangler.
npx wrangler pages deploy ./apps/app-nam --project-name mono-test-01
This folder includes the ./next/ output folder, as well as a package.json file, with a script, "start", being npx next start
This uploads the files, but the link shows a 404.
Any advice, how can I get the .next folder to run? 8 replies