Viewing Error Logs for Cloudflare Workers (Error 1101)

Viewed 1315

I'm developing a script to run on Cloudflare Workers and it's throwing an error:

Cloudflare error 1101

If you are the owner of this website: you should login to Cloudflare and check the error logs for app.something.workers.dev.

I can't however figure out where to find the logs once I logged into Cloudflare. Any idea?

I know I could use try/catch and return the error or post it elsewhere but I'm wondering how to get it with Cloudflare.

1 Answers
Related