Hello everyone, I seem to have a strange problem with Apple ID when trying to post the access token a mobile app to the api/auth/signinup endpoint. In the supertokens-node side almost immedialtly, it returns a "TypeError: fetch failed" with a UND_ERR_CONNECT_TIMEOUT code. The core server doesn't seem to be getting hit at all during the request. When using google sign in everything is working perfectly. Also, when I spin everthing up locally (with a core on docker, local nextjs and local react-native metro), the login with apple works with no problems.
PS - nextjs web server and core are running on GCP cloud run and mobile app is in react-native (expo)