rufi
CDCloudflare Developers
•Created by rufi on 9/24/2024 in #wrangler
Hello!
I think I found the problem.
I had a previous version of the worker that specified the custom domains.
but if I only do
{ pattern = "sub.mysite.io/*", zone_name = "mysite.io" },
it seems to work fine (may not need to specify the custom_domain one in this case)1 replies
CDCloudflare Developers
•Created by MD AMIR SOHAIL on 11/24/2023 in #workers-help
Issue with Cors Header Blocking : Cloudflare Worker.
are you sure it's a CORS issue or basically the root issue could be that the ActionDetailsComponent fails at some point (it mentions undefined properties)? If there is this kind of error, it would appear as a CORS issue but it's not the underlaying problem
3 replies
CDCloudflare Developers
•Created by rufi on 11/25/2023 in #workers-help
wranger 3.15.0+ I get getaddrinfo ENOTFOUND using unstable_dev
Full error log is
3 replies
CDCloudflare Developers
•Created by rufi on 11/25/2023 in #workers-help
wranger 3.15.0+ I get getaddrinfo ENOTFOUND using unstable_dev
my wrangler.toml has been totally commented out to debug. (So it's really minimal.)
I use this function to create the worker:
To run this I use
- npx cucumber-js
This points to steps implementations that contain
3 replies