arendajaelu / nestjs-passport-apple

Apple Passport Strategy for Apple Login (dedicated to Nestjs)
MIT License
16 stars 6 forks source link

callback from Apple fails #3

Closed TyrisDavidLopez closed 1 year ago

TyrisDavidLopez commented 1 year ago

Hello, when I try to use your library on my nestjs code, on callback from Apple I have this error in my log:

{"statusCode":500,"error":"error:1E08010C:DECODER routines::unsupported","timestamp":"2023-03-23T08:46:41.316Z","message":"Internal server error"}

My server is nodejs 18, nestjs 9 and is deployed on Google Appengine Standard

Please, any clue?

TyrisDavidLopez commented 1 year ago

My apologizes, the error was in the secret key. Now works fine