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:
- Modifying the
headers
on aresponse
object from afetch
- 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.