Walshy
CDCloudflare Developers
•Created by jedi on 4/3/2025 in #general-help
dns
ok then just wait a bit
10 replies
CDCloudflare Developers
•Created by jedi on 4/3/2025 in #general-help
dns
yeah don't spam it haha
10 replies
CDCloudflare Developers
•Created by jedi on 4/3/2025 in #general-help
dns
have you clicked the re-scan button?
10 replies
CDCloudflare Developers
•Created by khy on 4/3/2025 in #workers-help
Streaming response disconnect hook
There's no way to detect a client disconnect today, it's something that has come up before though
I'd recommend filing a discussion on workerd: https://github.com/cloudflare/workerd/discussions
2 replies
CDCloudflare Developers
•Created by ttttttttkt on 4/1/2025 in #pages-help
pages build Error: Failed to publish your Function. Got error: Uncaught ReferenceError: global
Got a bit busy with other things to followup but fyi fixed version of next-on-pages is released: https://github.com/cloudflare/next-on-pages/releases/tag/%40cloudflare%2Fnext-on-pages%401.13.12
5 replies
CDCloudflare Developers
•Created by wnelson03 on 3/31/2025 in #workers-help
Network error with outbound fetch() requests (some domains working, others not)
I'm not sure where that override is happening, I don't see a custom hostname for this, not sure if you're doing a resolve override in the Worker or have a rule doing it
21 replies
CDCloudflare Developers
•Created by wnelson03 on 3/31/2025 in #workers-help
Network error with outbound fetch() requests (some domains working, others not)
However, it appears to have no bearing on the outbound fetch() requests Cloudflare is relaying on my behalf from Cloudflare Worker servers/infrastructureIt does if it's a non-cf thing which as you mentioned it isn't here. Digging into your issue, I think what you're hitting is related to your config, I see the request being overriden to
api-worker.keyauth.win
which is then failing the SSL verification for text.myip.wtf
since well, they don't match21 replies
CDCloudflare Developers
•Created by ttttttttkt on 4/1/2025 in #pages-help
pages build Error: Failed to publish your Function. Got error: Uncaught ReferenceError: global
It's due to a bad next-on-pages update, hotfix is on the way
5 replies
CDCloudflare Developers
•Created by wnelson03 on 3/31/2025 in #workers-help
Network error with outbound fetch() requests (some domains working, others not)
21 replies
CDCloudflare Developers
•Created by wnelson03 on 3/31/2025 in #workers-help
Network error with outbound fetch() requests (some domains working, others not)
Flexible is insecure
21 replies
CDCloudflare Developers
•Created by wnelson03 on 3/31/2025 in #workers-help
Network error with outbound fetch() requests (some domains working, others not)
also, you should always use Full (Strict)
21 replies
CDCloudflare Developers
•Created by wnelson03 on 3/31/2025 in #workers-help
Network error with outbound fetch() requests (some domains working, others not)
you should have your SSL mode be Full (Strict)
21 replies
CDCloudflare Developers
•Created by wnelson03 on 3/31/2025 in #workers-help
Network error with outbound fetch() requests (some domains working, others not)
the domain your Worker is being invoked on
21 replies