/settings page is a reserved route?
for some reason in preview and prod environments, the /settings page just shows the worker threw an exception Error 1101.
https://oneweek.work/settings <-- crashes
https://mage.stream/settings <-- works fine
3 Replies
im using better-auth for authentication in oneweek.
what do your logs say
that's your code throwing an error, you'll need to check the logs and see why
?pages-logs
If you're looking to tail a Pages Function you can do so in the UI here: https://dash.cloudflare.com?to=/:account/pages/view/:pages-project/:pages-deployment/functions
or with Wrangler:
wrangler pages deployment tail [deploymentId/url]