Worker site not working
Hi,
So I'm currently using cloudflare pages to host a docusaurus static site that is on github repo. I just imported that in cloudflare pages and it worked.
But when I do the same in worker, then I can't make it work. When I try to save this file, it never saves and cloudflare deletes it.
https://developers.cloudflare.com/workers/framework-guides/web-apps/more-web-frameworks/docusaurus/#deploy-an-existing-docusaurus-project-on-workers
what should I do to make it work on worker?

4 Replies
I selected this, and it imported fine in worker

and then I guess I need to create this file from edit code option, but then upon saving, cloudflare deletes this file with no explanation

Quick Edit can't be used to do to do that/create that
You can push your wrangler config into your github repo, but the wider instructions on that page require you to install wrangler, probably using something like VS Code for a full dev experience
Got it, thanks. I just had to create that file in my repo. 🙏