GregBrimble
CDCloudflare Developers
•Created by Wouter J on 4/10/2025 in #workers-and-pages-discussions
Migrating from Pages to Workers, and
Try
"types": ["./worker-configuration.d.ts", "node"],
2 replies
CDCloudflare Developers
•Created by Silvan on 4/6/2025 in #workers-and-pages-discussions
I still wish we had a better way of
One option can be to manually author the entrypoint as
./worker/index.ts
or similar:
And override it in your config file:
Not perfect, but useful in some cases.5 replies
CDCloudflare Developers
•Created by Silvan on 4/5/2025 in #wrangler
https://github.com/Sillyvan/asset_
Hey, thanks for posting the example repo. Here's what I'd expect a pre-2025-04-01 project to look like: https://github.com/Sillyvan/asset_handling_spa/pull/1. You were just missing the fallback that's necessary without this new compatibility flag.
And here's what I'd expect a post-2025-04-01 project to look like: https://github.com/GregBrimble/asset_handling_spa/pull/1
I think that's everything working as we, as Cloudflare, expect. Let me know if you have any questions!
8 replies
CDCloudflare Developers
•Created by scruffy on 8/25/2024 in #workers-help
Intermittent errors with wrangler deploy
Hey @scruffy , sorry for the delay in getting back to you. We're pretty sure this is an issue that is already known to us about making deployments concurrently. That's something which we plan to attempt fixing soon, but in the meantime, all we can suggest is (a) disabling
workers.dev
routes (which you've already done in this case) and (b) adding a short sleep between deployments when making them concurrently. Likely just a second or two would be sufficient.35 replies