Debugging error 1101

I was working on a website, https://github.com/iamwacko/translated-website, and deployed it to Cloudflare pages. Now when I visit the site I get an 1101 error, which means that it gets an exception. I haven’t been able to replicate this locally, so is there any way to view logs or anything like that for functions?

You can tail in the dashboard: https://dash.cloudflare.com?to=/:account/pages/view/:pages-project/:pages-deployment/functions

or with wrangler: wrangler pages deployment tail

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.