Jürgen B
Jürgen B
CDCloudflare Developers
Created by Jürgen B on 12/12/2024 in #general-help
Snippets - status?
According to this old blog post https://blog.cloudflare.com/cloudflare-snippets-alpha/ snippets was supposed to be available even for free accounts, in its current Beta it is not - is there any timeline for if Free will ever have any Snippets at all and what is the timeline to finalize Snippets out from Beta? Also since I can't try it out with my Free plan (currently) I'm interested in finding out if I can use Snippets to make qualified redirects to another domain but keeping f.e. Authorization headers intact from the original incoming request in my scenario where I'm looking to redirect incoming POST operations to a specific REST API endpoint with a dedicated query param or header to use for the redirect decision - if that makes any sense?
2 replies
CDCloudflare Developers
Created by Jürgen B on 11/4/2024 in #workers-help
Worker Schedule via Dashboard BUG?
I've noticed when editing a worker with a scheduler via the Dashboard the edits aren't applied to the worker even when Deployed, you need to reload the whole dashboard in order for it to become enabled. Versus for HTTP Requests where you have the SEND/Reload button to load new edits to the Worker..
1 replies
CDCloudflare Developers
Created by Jürgen B on 1/5/2024 in #workers-help
Problem with multiple files (like default router/proxy template) and NPM install &/or worker deploy
I'm trying to setup a worker with separate /path functions as separate files just like the router/proxy template. However, I need to be able to install NPM packages to one or some of these separate worker scripts.. that seems impossible, since I cannot do it from the Web Code Editor nor can I work with multiple files in Wrangler, it can only handle one per folder? Is this not possible??
14 replies
CDCloudflare Developers
Created by Jürgen B on 10/5/2023 in #workers-help
Suddenly getting Error 1042 when trying to fetch data not from same zone but from Firebase
This started to happen yesterday after some faulty setup with another worker acting as a webhook that was spammed with requests to firebase. Could this be somekind of Ddos protection or somewhat from Firebase or is it Cloudflare who limited access to Firebase? request.status reports 404 Not Found which is also odd.. I can reach my firebase using exact same URL as the worker perfectly from Postman or other access methods.
1 replies