BumblebeeSquare
CDCloudflare Developers
•Created by BumblebeeSquare on 11/21/2024 in #pages-help
how to change wrangler version to 3.80 on cf
hi all, how do i make Cloudflare build my pages sveltekit with wrangler@latest ? it keeps building it with 3.76 not 3.88 , i have compatibility date set up to latest one which is 11 on cf dashboard ; i need this version because i got require of "node:crypto Error in my sveltekit pages , and isees this PR saying it fixes it ? https://github.com/cloudflare/workers-sdk/issues/4725
4 replies
CDCloudflare Developers
•Created by BumblebeeSquare on 11/21/2024 in #pages-help
worker cache api
hi guys, for worker cache api, if i cache the smae request the route is receiving, will the same route be invoked again on next request ?
i.e if i have a get api
/blog ?id=1
, and i used cache api to cache exactly this request, on next request, will
1. this worker be invoked again
2. will cf directly return from cache api without worker call?
3. worker will be invoked and we need to check if cache api has the request
my experience have been 2 on sveltekit +page.ts api call, somehow cached data is directly returned not the html , i.e i have a +page.ts on /blog, and i fetch data from db, this data is cached with the same request +page.ts received and on next page visit, cf directly returned from cache which is just a Json not page html.1 replies
CDCloudflare Developers
•Created by BumblebeeSquare on 10/11/2024 in #pages-help
Does page function support DO webscokets
title, i asked this question in diff channel but no one seems to have a clue 😦 i thought it is an easy question, im not able to make it work ... WebSocket stuck at connecting. Any help
3 replies