parse-community / Parse-SDK-Android

The Android SDK for Parse Platform
https://parseplatform.org/
Other
1.88k stars 735 forks source link

i / o failure to use parse sdk #1085

Closed fullstact69 closed 2 years ago

fullstact69 commented 3 years ago

In China, there is the i / o failure exception to use sign up API. How to resolve it?

Jawnnypoo commented 3 years ago

It could be any number of things, but likely due to a server configuration issue. Please give more details.

fullstact69 commented 3 years ago

what should I do more on server configuration for China? In addition, google is not allowed in China

Jawnnypoo commented 3 years ago

Does you server use HTTPS? That is likely the issue. If you add a logging interceptor https://github.com/square/okhttp/tree/master/okhttp-logging-interceptor to your Parse instance you can see why it is failing.

mtrezza commented 2 years ago

Closing as this issue seems to be resolved.