WillTolmie
CDCloudflare Developers
•Created by bbqchickenrobot on 10/19/2024 in #pages-help
How to Debug 500 Error After Deploying Astro
@bbqchickenrobot Which version of Astro? Astro 4.16.1 had a regression with
10 replies
CDCloudflare Developers
•Created by nootsponge on 5/29/2024 in #workers-help
Modifying/updating secrets from Worker
What kind of data consistency are you expecting? You'll need to choose some kind of persistent storage e.g. KV, D1, Durable Object if you want to dynamically update data in a worker. It may be possible to keep a global variable around in your worker but there's no data consistency guarantee here.
3 replies
CDCloudflare Developers
•Created by _Pear on 2/23/2024 in #r2
Hi! I'm looking for some help with my r2
Ah OK so it is there. Have you checked the bucket binding is correct? Could be going into a different bucket
17 replies
CDCloudflare Developers
•Created by WillTolmie on 2/11/2024 in #cloudflare-ai
text to image not working
It works just add the num steps parameter. This was just a heads up for the cf devs, as the docs are wrong, maybe I need to file a bug
5 replies
CDCloudflare Developers
•Created by Milan on 2/6/2024 in #durable-objects
In this case you could also use
Ah nice didn't know about
serializedAttachment
. This is becoming a very nice API3 replies
CDCloudflare Developers
•Created by Milan on 1/10/2024 in #durable-objects
Getting tags associated with a Hibernatable WebSocket
Isn’t using exceptions for flow control in normal execution an ant pattern? I’d have thought just returning null be more natural?
5 replies
CDCloudflare Developers
•Created by WillTolmie on 1/10/2024 in #workers-help
An itty-router-openapi app stopped working with TypeError: o3.replace is not a function
9 replies
CDCloudflare Developers
•Created by WillTolmie on 1/10/2024 in #workers-help
An itty-router-openapi app stopped working with TypeError: o3.replace is not a function
@RhutikG I’m wondering if it’s worth filing a bug with itty-router-openapi too
9 replies
CDCloudflare Developers
•Created by WillTolmie on 1/10/2024 in #workers-help
An itty-router-openapi app stopped working with TypeError: o3.replace is not a function
I filed a bug at: https://github.com/cloudflare/workers-sdk/issues/4732
9 replies
CDCloudflare Developers
•Created by WillTolmie on 1/10/2024 in #workers-help
An itty-router-openapi app stopped working with TypeError: o3.replace is not a function
This all started happening after upgrading to wrangler 3.22.4 from 3.22.2 but I cannot seem to revert to a working setup
9 replies
CDCloudflare Developers
•Created by WillTolmie on 1/10/2024 in #workers-help
An itty-router-openapi app stopped working with TypeError: o3.replace is not a function
Additionally, creating the OpenAPI example using
npm create cloudflare@latest
fails with the same error.9 replies