Jacob
Jacob
Explore posts from servers
HHono
Created by Jacob on 8/7/2024 in #help
Issues with Cloudflare KV
Though I did create a class that adds some abstraction to the KV methods, so no longer passing it directly as shown above
5 replies
HHono
Created by Jacob on 8/7/2024 in #help
Issues with Cloudflare KV
Yep, it turned out I simply forgot to await my calls to KV 😅
5 replies
CDCloudflare Developers
Created by Jacob on 8/9/2024 in #workers-help
vite-tsconfig-paths throws error when used in Worker vitest config
I forgot to specify type: "module" in package.json
2 replies
CDCloudflare Developers
Created by Jacob on 8/7/2024 in #workers-help
KV Namespace methods break when passed through constructor
I don't think I am using cloudflare cache either? I noticed that as soon as I pass a kv namespace through a constructor the methods on that namespace just seem to not work, regardless of tsyringe or not. But yeah please share 🙂
4 replies
HHono
Created by Jacob on 6/2/2024 in #help
Posting files in multipart/form-data gives empty string
update: I tried uploading a file via postman and it was working as expected. It seems that the blob sent from my react native application may be corrupt or incompatible in some way
2 replies
TtRPC
Created by Jacob on 5/27/2024 in #❓-help
Losing type-safety with merged routers
I tried this thinking that was the issue but unfortunately it remains
5 replies