prabal-rje

Results 5 comments of prabal-rje

PITFALL 2: Also the following issue - that the Cloudflare Types SDK (a dev dependency) must be installed for SST Link Bindings to work properly. https://github.com/sst/sst/issues/4203

BUG 1: Linking with `sst.cloudflare.Queue` simply doesn't work and returns the following error(s). ```JavaScript export const queue = new sst.cloudflare.Queue("MyQueue"); export const worker = new sst.cloudflare.Worker("MyWorker", { handler: "packages/functions/src/some_worker_handler.ts", url:...

@zxt-tzx Nope, can't instantiate other Cloudflare constructs like Workflows/Vectorize/Queue etc. because you can't use your own wrangler.toml file (used to define/refer to infra. components you need). TBH SST is more...

It's quite spotty. No clue what fixed it. But I just deleted my previous projects and created a new SST project and deployed it and it somehow didn't suffer from...

> Yeah it could be. So are the deployments showing up? No, not always. Also seeing something similar as the above user every once in a while. I have to...