Paul
Explore posts from serversCDCloudflare Developers
•Created by Paul on 9/14/2024 in #pages-help
Do not await a long running Promise and return early to user.
Answered by @Jason https://discord.com/channels/595317990191398933/1284593193106538648/1284643397721784362
2 replies
CDCloudflare Developers
•Created by Paul on 9/14/2024 in #pages-discussions
waitUntil
Weird that it was working before without it, but this seems more explicit. Thanks!
3 replies
CDCloudflare Developers
•Created by Paul on 9/14/2024 in #pages-discussions
waitUntil
oh thats perfect
3 replies
CDCloudflare Developers
•Created by Paul on 2/11/2024 in #general-help
Cloudflare Images + File Upload Libraries
Any update @Deanna ?
4 replies
CDCloudflare Developers
•Created by Paul on 2/3/2024 in #pages-help
Is there Hyperdrive Support?
Now, if I could just figure out how to get SvelteKit to notice the binding locally during my
npm run dev
...59 replies
CDCloudflare Developers
•Created by Paul on 2/3/2024 in #pages-help
Is there Hyperdrive Support?
Ok, deployment is solved and the HYPERDRIVE binding is now showing for the live site.
The problem was that my wrangler.toml was not being published along with my asset bundle in my GitHub Action (there was an error due to a missing
pages_build_output_dir
field. I also enabled wrangler v3 in the github action config).
After getting the wrangler.toml config properly setup, the Github Action was able to publish along with my asset bundle.
Now the wrangler.toml is used as the "source of truth" for project config instead of the Cloudflare Dashboard.59 replies
CDCloudflare Developers
•Created by Paul on 2/3/2024 in #pages-help
Is there Hyperdrive Support?
For getting it to work when deploying to Pages, do I need to add it as a binding like I do with all the other features (D1, R2, etc), on the Page project's Settings page?
If so, there is no Hyperdrive section.
59 replies
CDCloudflare Developers
•Created by Paul on 2/3/2024 in #pages-help
Is there Hyperdrive Support?
I have also locally pulled down the adapter-cloudflare and updated the
package.json
with the newest wrangler version, then pointed my SvelteKit project to use the local adapter-cloudflare
, still no HYPERDRIVE
binding in my platform.env59 replies
CDCloudflare Developers
•Created by Paul on 2/3/2024 in #pages-help
Is there Hyperdrive Support?
Dang, it's actually not working when I deploy to pages. It's only working when I
wrangler pages dev
locally.59 replies
CDCloudflare Developers
•Created by Paul on 2/3/2024 in #pages-help
Is there Hyperdrive Support?
Yep, i am seeing in my "node_modules" that wrangler is set to 3.59.0. I am still unfortunately not seeing the binding from getPlatformProxy though.
59 replies
CDCloudflare Developers
•Created by Paul on 2/3/2024 in #pages-help
Is there Hyperdrive Support?
...interesting...
59 replies
CDCloudflare Developers
•Created by Paul on 2/3/2024 in #pages-help
Is there Hyperdrive Support?
3.28.4?
59 replies