/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
Gagan Suie
Gagan SuieOP2mo ago
im using better-auth for authentication in oneweek.
Walshy
Walshy2mo ago
what do your logs say that's your code throwing an error, you'll need to check the logs and see why ?pages-logs
SuperHelpflare
SuperHelpflare2mo ago
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]

Did you find this page helpful?