How to view logs for Cloudflare Pages?

Is it possible yet? I’m encountering a run-time error that only occurs on Cloudflare Pages, not locally, and trying to debug it.

Not just yet.

Do you have a snippet of the code that you think is causing the issues?

1 Like

Thanks. No, I unfortunately don’t know what code is causing it. Debugging an OAuth flow for production.

Could be:

  1. Modifying the headers on a response object from a fetch
  2. You can’t fetch on a non-standard port

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