BumblebeeSquare
CDCloudflare Developers
•Created by BumblebeeSquare on 11/21/2024 in #pages-help
how to change wrangler version to 3.80 on cf
nvm it is typesense, it hses node api
4 replies
CDCloudflare Developers
•Created by BumblebeeSquare on 11/21/2024 in #pages-help
how to change wrangler version to 3.80 on cf
on local env,
i got
[ERROR] service core:user:stickynotes: Uncaught SyntaxError: Identifier '__cf_cjs' has already been declared
at null.<anonymous> (z9bf1tqddfj.js:971)
when runniign wrangler pages dev
but npm run dev is fine
on prod : i got dynamic require node:crypto
error and isee cf is building it writh wrangler 3.76 , i used 3.88 in local4 replies
CDCloudflare Developers
•Created by BumblebeeSquare on 11/21/2024 in #pages-help
how to change wrangler version to 3.80 on cf
this only happens for prod but not local env
4 replies
CDCloudflare Developers
•Created by BumblebeeSquare on 7/8/2024 in #queues
is there message group like feature in
i want update a record in my database only once by grouping the request by primary key, i.e 1000 user click like button on blog 1, i would like to update blog 1 in db only once which means i have to group the clicks by blogid. currently as a workaround i used DO since do can do 1000 req/s but i feel like queue is a typical design for counting, thanks
3 replies