Vlady
CDCloudflare Developers
•Created by Vlady on 11/17/2024 in #workers-help
How would you force a worker custom domain to open in https?
Found it ✅
2 replies
CDCloudflare Developers
•Created by Vlady on 7/17/2024 in #pages-help
My app is 10 times slower in production
The only thing that could raise concerns is not loading the modules fast enough because I do a bunch of dynamic importing in
getLoadContext
because the worker times out if I import synchronously :/3 replies
CDCloudflare Developers
•Created by Vlady on 7/17/2024 in #pages-help
My app is 10 times slower in production
I've timed every function call in my
entry.server.tsx
using Server-Timing headers and I don't see anything wrong here
3 replies
CDCloudflare Developers
•Created by yeehow on 5/6/2024 in #pages-help
Build Node/PNPM version errors
Creating a
.node-version
package with the contents of v20.13.1
seems to work for me5 replies
CDCloudflare Developers
•Created by yeehow on 5/6/2024 in #pages-help
Build Node/PNPM version errors
For me it doesn't even pick up the [vars] in wrangler.toml
5 replies
CDCloudflare Developers
•Created by yeehow on 5/6/2024 in #pages-help
Build Node/PNPM version errors
I have the same problem, looks like the dashboard variables are ignored
5 replies
CDCloudflare Developers
•Created by shengyuan on 4/15/2024 in #workers-help
How to test two binding workers in dev environment?
I restarted my computer and it found the other worker 🤷🏼♂️ ✅
5 replies
CDCloudflare Developers
•Created by shengyuan on 4/15/2024 in #workers-help
How to test two binding workers in dev environment?
Hey folks, is there a way to explicitly point to the port of the other instance of wrangler? I'm trying to proxy a local API worker from a pages, but getting this error
My pages project config:
My API project config:
5 replies
CDCloudflare Developers
•Created by Vlady on 4/25/2024 in #pages-help
How to expose branch preview URL to public domain (branch.myapp.pages.dev -> branch.myapp.com)
6 replies