Hello Cloudflare developers, I’m new to the Cloudflare ecosystem and I’m looking for an up-to-date, free course that teaches how to build a simple full-stack app such as a to-do list with authentication using Cloudflare Pages, Workers, Cloudflare Auth, and the D1 database. Any recommendations?
Hello everyone — I would like some help with this template: https://workers.new/templates/openauth-template . On the first invocation, the worker consistently shows very large wall times (sometimes over 40 seconds). This also happens when testing from new clients or browsers on other devices — the first request always faces the same long wall time. I followed all steps and deployed using the Deploy to Cloudflare Workers option and C3, but the issue persists. Any pointers on what I should check would be appreciated. Thank you!
Edit: I noticed the live example only shows a pair of public keys and the one deployed by the tools creates over 192 keys, why?
Maybe this is a stupid question, but since Cloudflare SQLite-backed Durable Objects query executions are synchronous, what happens if I mix them with other async operations inside this.ctx.storage.transaction? Can I do that? If the async operation rejects/fails and/or throws, will the transaction be rolled back?