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?
Sounds good, thank you! Giving it a try
14 replies
CDCloudflare Developers
Created by John on 11/26/2023 in #pages-help
How do I remove email authentication to my Workers/Pages-deployed site?
Wouldn’t that just kill the site/make it completely inaccessible?
14 replies
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’m confused. What would deleting the app do tho?
14 replies
CDCloudflare Developers
Created by John on 11/26/2023 in #pages-help
How do I remove email authentication to my Workers/Pages-deployed site?
wait so you're able to view the site (it's an orgchart) yourself?
14 replies
CDCloudflare Developers
Created by John on 11/26/2023 in #pages-help
How do I remove email authentication to my Workers/Pages-deployed site?
No description
14 replies
CDCloudflare Developers
Created by John on 11/24/2023 in #workers-help
Unable to delete Cloudflare Worker project/application
thank you!
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?
This is the bad response I'm getting in Postman^. I'm not sure how else I could debug/view the outputs
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
@Chaika somewhat of a related question: I have a somewhat large csv file that I'm returning as a JSON when I call an endpoint. Is there a way to incorporate my .csv file into this project? Or do I have directly assign my csv file contents to a javascript const var ?
22 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
got it. I'll remove the route line and add the workers_dev = true
22 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
updated^
22 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
No description
22 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
https://myworkername.dev/ should be the route name:
22 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
name = "cloudflare-org-dashboard-project-worker"
type = "webpack"

account_id = "eef6da33f8432f248ce8027d15cf035f"
workers_dev = true
route = "https://myworkername.dev/"
zone_id = ""
compatibility_date = "2023-11-21
name = "cloudflare-org-dashboard-project-worker"
type = "webpack"

account_id = "eef6da33f8432f248ce8027d15cf035f"
workers_dev = true
route = "https://myworkername.dev/"
zone_id = ""
compatibility_date = "2023-11-21
this is my wrangler.toml
22 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
and I believe already added the route (automatically) no? (It's te one above)
22 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
that is my route (I changed the route name on Discord since it had my actual name in there lol)
22 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
22 replies
CDCloudflare Developers
Created by John on 11/22/2023 in #workers-help
How do I find my account_id?
ah thanks for catching that so quickly!
6 replies