You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
com.google.firebase.messaging.FirebaseMessagingException: Unknown error while making a remote service call: Error getting access token for service account: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 405 Method Not Allowed",
#1349
Closed
civetming opened this issue
Jan 5, 2024
· 2 comments
I use FCM in china with proxy;but I met an error that I have no idea about it,I would be very grateful to anyone who can help me point out the problem.
com.google.firebase.messaging.FirebaseMessagingException: Unknown error while making a remote service call: Error getting access token for service account: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 405 Method Not Allowed"
The text was updated successfully, but these errors were encountered:
It's likely there is some proxy configuration issue that blocks the POST request to the token endpoint. Could you share more details on how you set up your proxy, and some code to show how you use this library?
I use FCM in china with proxy;but I met an error that I have no idea about it,I would be very grateful to anyone who can help me point out the problem.
com.google.firebase.messaging.FirebaseMessagingException: Unknown error while making a remote service call: Error getting access token for service account: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 405 Method Not Allowed"
The text was updated successfully, but these errors were encountered: