Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Viewing Error Logs for Cloudflare Workers (Error 1101)

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.

like image 904
Patrick Avatar asked Apr 17 '26 19:04

Patrick


1 Answers

If you don't want to post the exception to an error logging service, you can use Wrangler tail https://developers.cloudflare.com/workers/learning/debugging-workers

like image 60
Brett Avatar answered Apr 19 '26 09:04

Brett



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!