Unable to delete project
I'm also a bit confusing that page functions are out of beta but Cloudflare offered no way to see logs from page functions? I looked everywhere but no avail. The tooling also left a lot to desire, currently I use
wrangler publish --dry-run
to compile my project and rename it to _worker.js
. I have too many routes to be able to convert to folder structure. Wish there is an easier way to refactor my project.7 Replies
Sorry about that! Deletion sometimes get held up if you have DOs or other things used elsewhere. Let me ping @natalier_ so she can take a look and run any cleanup needed
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
So it is due to me having too many deployments? Interesting. Please help me with deleting the project then.
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
I got it already, I'll give it a try, thanks.
It worked nicely, thanks @natalier_ .
One more question, if I switch to direct upload instead of having Cloudflare deploying automatically from my repo will it avoid such issues in the future?
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Got it, thanks for the explanation.