parse-community / Parse-SDK-iOS-OSX

The Apple SDK for Parse Platform (iOS, macOS, watchOS, tvOS)
https://parseplatform.org
Other
2.81k stars 871 forks source link

Apple sign-in error #1572

Closed bcbeta closed 3 years ago

bcbeta commented 3 years ago

I had Apple sign-in working with parse 1.19 but after upgrading to 1.19.1 I frequently get the error Error Domain=Parse Code=1 "{"code":1,"message":"Internal server error}

Sometimes this happens on the initial login but it always happens if I log out and then try to log back in. My most recent update has been rejected because of this Apple Sign In issue. Any ideas what is happening here?

bcbeta commented 3 years ago

Looks like this is an issue with my server- https://stackoverflow.com/questions/61172324/parse-back4app-ios-swift-pfuser-loginwithauthtypeinbackground-apple-method-r

I'll be migrating to Parse Server 4.2 overnight and hopefully that will fix the problem.