Trying to get OAuth2 tokens for Google Auth just fails
I'm currently trying to implement OAuth callback, but when trying to fetch tokens like so:
quite literally, nothing happens... it just says (pending).
This only occurs when deployed, not in the local environment, not in the remote preview.

1 Reply
I've investigated further and it SPECIFICALLY seems like it only doesnt work with google. Identical code trying to get tokens from discord does not fail.
might google's APIs be blocking cloudflare IPs?