help with astro app backend functions on cloudflare workers

I've created a minimal reproducible repo on GitHub for an Astro app deployed to Cloudflare Workers. The app includes functionality to call a server-side function that should log messages, but I'm encountering issues: No messages appear in the Cloudflare Workers logs section after deployment No requests seem to be reaching the backend at all The client-side requests to the backend function aren't being processed https://github.com/bkyerv/astro-app/tree/main/src
GitHub
astro-app/src at main · bkyerv/astro-app
Contribute to bkyerv/astro-app development by creating an account on GitHub.
3 Replies
flashblaze
flashblaze4d ago
That's weird. I cloned your repo and deployed to my account and seems to be working for me
No description
bkyerv
bkyervOP3d ago
Does logging require paid tier?

Did you find this page helpful?