Cloudflare Error: "The Workers runtime canceled this request" when redirecting to Callback api
When Authenticating user with github, I got cloudflare error when redirecting to callback url
../api/auth/callback/github?code=xxxx&state=xxxx
The error says in the log:
The Workers runtime canceled this request because it detected that your Worker's code had hung and would never generate a response. Refer to: https://developers.cloudflare.com/workers/observability/errors/
How can I solve that
Im using drizzle orm with Supabase's postgres
0 Replies