trk
CDCloudflare Developers
•Created by trk on 2/27/2025 in #general-help
No stack trace in Real time logs with upload_source_maps = true
I'm getting an error that looks like this, with no stack traces. I've set upload source maps to true in my wrangler.toml file. What else can be done?
Sveltekit on cloudflare pages & workers. Using adapter cloudflare.
1 replies
CDCloudflare Developers
•Created by trk on 12/8/2024 in #general-help
CF as dns Provider, what records needed?
Ive set cf name servers on my Domain registrar. I want cf to handle my dns records. What dns records do i need to manually configure at cloudflare?
2 replies
CDCloudflare Developers
•Created by trk on 8/14/2024 in #workers-help
create a worker through dashboard at same host & url as a sveltekit cloudflare Pages app
I have a pages sveltekit app. I want to create a worker for rezising images, but can't get it running inside the app. I therefore want to create a separately worker using Cloudflare Workers, talk to it through an API inside my sveltekit app. I want to create the worker script through the CF dashboard.
My quest is, how can I host that worker at the same host / domain / URL as my svelte pages app? And put it at /image-resizing, for example, under root.
Instead of at a separate domain, which is where im getting directed by following the "create worker" button at Cf dashboard
3 replies