Negative
Negative
CDCloudflare Developers
Created by Negative on 4/24/2025 in #general-help
CF Sending Out 100+ Emails
Nice... thanks for the heads up. Will look into it.
6 replies
CDCloudflare Developers
Created by Negative on 4/24/2025 in #general-help
CF Sending Out 100+ Emails
Those are from Certificate Transparency Monitoring under SSL/TLS -> Edge Certificates of a website in Cloudflare
I'm fine with getting these emails. But something seems to be broken at the moment. It's sending one every few seconds.
6 replies
CDCloudflare Developers
Created by Negative on 4/24/2025 in #general-help
CF Sending Out 100+ Emails
I've recieved 100+ in a matter of 10 minutes. Domain is dev.api.theportal.vc. It actually stopped for about 10-15 minutes but now it's back. I added CNAME for that domain about 30 min ago, but nothing else.
6 replies
CDCloudflare Developers
Created by Negative on 4/24/2024 in #general-help
MiniflareCoreError [ERR_RUNTIME_FAILURE]
Enabling debug logging gets me a slightly better output:
✨ Compiled Worker successfully
⛅️ wrangler 3.52.0
-------------------
Configuration file belonging to ⚡️ Pages ⚡️ project detected.
Retrieving cached values for userId from node_modules/.cache/wrangler
Metrics dispatcher: Dispatching disabled - would have sent {"type":"event","name":"run dev","properties":{"local":true,"usesTypeScript":false}}.
Using vars defined in .dev.vars
Your worker has access to the following bindings:
- Vars:
- APP_URL: "(hidden)"
- APP_ENV: "(hidden)"
- SESSION_SECRET: "(hidden)"
- DATABASE_CONNECTION_STRING: "(hidden)"
[wrangler-ProxyWorker:inf] Ready on http://localhost:8788
[wrangler-ProxyWorker:inf] GET /cdn-cgi/ProxyWorker/pause 204 No Content (3ms)
[wrangler-ProxyWorker:inf] GET /cdn-cgi/ProxyWorker/pause 204 No Content (2ms)
⎔ Starting local server...
[InspectorProxyWorker] handleProxyControllerIncomingMessage {"type":"reloadStart"}
[wrangler-ProxyWorker:inf] GET /cdn-cgi/ProxyWorker/pause 204 No Content (0ms)
✘ [ERROR] workerd/server/server.c++:3442: info: Inspector is listening


✘ [ERROR] service core:user:the-portal: Uncaught TypeError: Invalid URL string.

at null.<anonymous> (bundledWorker-0.8089796838567784.js:207217:14) in ../build/server/index.js
at null.<anonymous> (bundledWorker-0.8089796838567784.js:32:59) in __init
at null.<anonymous> (bundledWorker-0.8089796838567784.js:207481:5) in [[path]].ts
at null.<anonymous> (bundledWorker-0.8089796838567784.js:32:59) in __init
at null.<anonymous> (bundledWorker-0.8089796838567784.js:207489:5) in
../.wrangler/tmp/pages-rPpCNI/functionsRoutes-0.11127362237854777.mjs
at null.<anonymous> (bundledWorker-0.8089796838567784.js:32:59) in __init
at null.<anonymous> (bundledWorker-0.8089796838567784.js:207501:1)


✘ [ERROR] MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start. There is likely additional logging output above.
✨ Compiled Worker successfully
⛅️ wrangler 3.52.0
-------------------
Configuration file belonging to ⚡️ Pages ⚡️ project detected.
Retrieving cached values for userId from node_modules/.cache/wrangler
Metrics dispatcher: Dispatching disabled - would have sent {"type":"event","name":"run dev","properties":{"local":true,"usesTypeScript":false}}.
Using vars defined in .dev.vars
Your worker has access to the following bindings:
- Vars:
- APP_URL: "(hidden)"
- APP_ENV: "(hidden)"
- SESSION_SECRET: "(hidden)"
- DATABASE_CONNECTION_STRING: "(hidden)"
[wrangler-ProxyWorker:inf] Ready on http://localhost:8788
[wrangler-ProxyWorker:inf] GET /cdn-cgi/ProxyWorker/pause 204 No Content (3ms)
[wrangler-ProxyWorker:inf] GET /cdn-cgi/ProxyWorker/pause 204 No Content (2ms)
⎔ Starting local server...
[InspectorProxyWorker] handleProxyControllerIncomingMessage {"type":"reloadStart"}
[wrangler-ProxyWorker:inf] GET /cdn-cgi/ProxyWorker/pause 204 No Content (0ms)
✘ [ERROR] workerd/server/server.c++:3442: info: Inspector is listening


✘ [ERROR] service core:user:the-portal: Uncaught TypeError: Invalid URL string.

at null.<anonymous> (bundledWorker-0.8089796838567784.js:207217:14) in ../build/server/index.js
at null.<anonymous> (bundledWorker-0.8089796838567784.js:32:59) in __init
at null.<anonymous> (bundledWorker-0.8089796838567784.js:207481:5) in [[path]].ts
at null.<anonymous> (bundledWorker-0.8089796838567784.js:32:59) in __init
at null.<anonymous> (bundledWorker-0.8089796838567784.js:207489:5) in
../.wrangler/tmp/pages-rPpCNI/functionsRoutes-0.11127362237854777.mjs
at null.<anonymous> (bundledWorker-0.8089796838567784.js:32:59) in __init
at null.<anonymous> (bundledWorker-0.8089796838567784.js:207501:1)


✘ [ERROR] MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start. There is likely additional logging output above.
2 replies