ananay / apple-auth

Sign in with Apple for Node.js
326 stars 59 forks source link

Error 400 #27

Closed adsazad closed 3 years ago

adsazad commented 3 years ago
(node:1420) UnhandledPromiseRejectionWarning: AppleAuth Error - An error occurred while getting response from Apple's servers: Error: Request failed with status code 400
(node:1420) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
(node:1420) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
adsazad commented 3 years ago

Sorry, My Bad. I entered the wrong service id

victorykong commented 3 years ago

@adsazad Would you like to ask which client_id is here? Is it the services id of Identifiers in certificates, IDENTIFIERs & profiles? I passed this identifier, and the error is the same as what you mentioned above