GuillaumeLakano
GuillaumeLakano
CDCloudflare Developers
Created by GuillaumeLakano on 12/16/2024 in #workers-help
Custom Domain doesn't seems to works with a Worker with Static Assets deployment
I've published a Worker with Static Assets ( but Static Assets only, so without worker ), and I can see it on my workers.dev website. But I've just bought a new domain and I've attached a Custom Domain to it, I can see the new DNS configuration to the worker, but it's not works. In HTTP or HTTPS, it's like I'm trying to reach an inexistent domain name. I've also tried to add SSL/TLS configuration in Strict mode, without any success.
4 replies
CDCloudflare Developers
Created by GuillaumeLakano on 12/4/2024 in #workers-help
Is it possible from a Snippets code to fetch a Worker without any route?
We doing some experiments with Snippets, and we can fetch a URL that if a worker is attached to this route will be triggered. So currently we uses the public subdomains of workers.dev like my-worker.my-account.workers.dev but we don't want to let access to everybody on this route. There is any solution to keep the worker only triggered from a Snippets code ? Regards
3 replies
CDCloudflare Developers
Created by GuillaumeLakano on 11/1/2023 in #workers-help
workers.api.error.invalid_script_config error 10202
Hi, I'm trying to PATCH script settings to add the D1 binding of a dynamically created D1 database (this, works correctly), but I have this weird error that doesn't give much informations. If I only send a simple settings object with my new binding, it's works, but I'm losing old previous bindings access, so I'm trying first to GET all settings, and to PATCH the same settings object with just pushing in the settings.bindings the new binding. This error is returned. I've also tried to only return a new settings objects that only contains all theses bindings, same error too. Any help will be appreciated! 🙂
50 replies