Cloudflare DevelopersCD
Cloudflare Developers10mo ago
3 replies
bkyerv

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
Contribute to bkyerv/astro-app development by creating an account on GitHub.
astro-app/src at main · bkyerv/astro-app
Was this page helpful?