piffie
piffie
CDCloudflare Developers
Created by AJR on 11/20/2024 in #hyperdrive
Wrangler Local Dev Broken
also same issue for me - 3.85 works.
23 replies
CDCloudflare Developers
Created by piffie on 10/5/2024 in #pages-help
workers deployment v2 produces an [nuxt] instance unavailable, works when build is compiled locally
notes - all builds use the same nuxt, vite, and nitro versions - so thats not it.
2 replies
CDCloudflare Developers
Created by piffie on 9/18/2024 in #hyperdrive
the docs for the hyperdrive have some
5 replies
CDCloudflare Developers
Created by piffie on 7/2/2024 in #pages-help
pages-action deployment fails since 7 hrs on github-actions
No - nuxt builds are successful
6 replies
CDCloudflare Developers
Created by piffie on 3/2/2024 in #workers-help
wrangler google action not working
after ton of debugging: The issue was, that this one uses a second private npm registry, and the npm was messing it up, and not reporting anything useful. changed the packaging library to pnpm, then it started to make sense. also, would be great if wrangler-action would skip the wrangler install if it is already there - rather useless to install it 5 times in one action.
2 replies
CDCloudflare Developers
Created by piffie on 2/3/2024 in #workers-help
getBindingsProxy Mess - leads to build errors
sure. the global scope would only contain the references to the KV, hyperdrive, d1, etc. But we'll not use it. makes it more consistent.
18 replies
CDCloudflare Developers
Created by piffie on 2/3/2024 in #workers-help
getBindingsProxy Mess - leads to build errors
sounds like a great idea! will look into the asyncStorage. Maybe as a question: why not make a static object holding them? is there a risk that they change (in case the same instance is reused for another request)
18 replies
CDCloudflare Developers
Created by piffie on 2/3/2024 in #workers-help
getBindingsProxy Mess - leads to build errors
@Dario I was trying to run it inside a worker, yes. How else should it be used? would be a really neat feature to access the bindings without needing to pass it down all the time.
18 replies
CDCloudflare Developers
Created by piffie on 2/3/2024 in #workers-help
getBindingsProxy Mess - leads to build errors
as soon as i add wrangler to the dependencies and run pnpm i, and then pnpm dev, the compiler writes me these errors. when i remove it again from the dependencies, its fine (but cannot find wrangler for the import)
18 replies