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?
No description
4 Replies
memberload
memberloadOP3mo ago
I selected this, and it imported fine in worker
No description
memberload
memberloadOP3mo ago
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
No description
Chaika
Chaika3mo ago
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
memberload
memberloadOP3mo ago
Got it, thanks. I just had to create that file in my repo. 🙏

Did you find this page helpful?