John
John
CDCloudflare Developers
Created by John on 11/26/2023 in #pages-help
How do I remove email authentication to my Workers/Pages-deployed site?
I deployed my simple web application on https://7922e85c.cloudflare-assessment-6fh.pages.dev/. However, when I want to access this site, it asks for email authentication and only my primary registration email allows me to access the deployed site. How do I fix this?
14 replies
CDCloudflare Developers
Created by John on 11/25/2023 in #workers-help
How do I remove email authentication to my Workers/Pages-deployed site?
I deployed my simple web application on https://7922e85c.cloudflare-assessment-6fh.pages.dev/. However, when I want to access this site, it asks for email authentication and only my primary registration email allows me to access the deployed site. How do I fix this?
2 replies
CDCloudflare Developers
Created by John on 11/24/2023 in #workers-help
Unable to delete Cloudflare Worker project/application
No description
2 replies
CDCloudflare Developers
Created by John on 11/23/2023 in #workers-help
How do I add key, value entries to my Cloudflare Workers KV in javascript?
In my index.js file, I'm trying to do await MY_cloudflare_workerKV_name.put("organizationData", "test"); // Store in KV but it's generating an error and not allowing me to do so. Is this syntax right? Is there anything I'm missing?
3 replies
CDCloudflare Developers
Created by John on 11/22/2023 in #workers-help
[ERROR] A request to the Cloudflare API failed... workers.api.error.route_not_allowed_on_subdomain
Any thoughts on how to debug this? I did some googling and came across this thread: https://community.cloudflare.com/t/workers-api-error-script-not-found-error-in-wrangler-publish/243644/4, but still haven't been able to fix it. Is there a way to double check if domain stuff are correctly configured with my worker or something? Thank you!
22 replies
CDCloudflare Developers
Created by John on 11/22/2023 in #workers-help
How do I find my account_id?
I'm getting this error:
X [ERROR] A request to the Cloudflare API (/accounts/320017443/workers/services/cloudflare-org-dashboard-project-worker) failed. Could not route to /client/v4/accounts/320017443/workers/services/cloudflare-org-dashboard-project-worker, perhaps your object identifier is invalid? [code: 7003]
when I try to run wrangler deploy index.js . I assume it's because my account id is incorrect? I double-checked to make sure the name of my newly created worker was correct (I created on the Cloudflare UI/website). How do I check and fix my account id?
6 replies