pow-auth / assent

Multi-provider framework in Elixir
https://powauth.com
MIT License
406 stars 47 forks source link

Sign in with Apple: Strategy failed with error: :enoent #125

Closed alvnrapada closed 1 year ago

alvnrapada commented 1 year ago

So i'm trying to implement sign in with apple using pow_assent, but after signing in, it just returns an error flash Something went wrong, and you couldn't be signed in. Please try again

When I looked at the logs it shows:

Screenshot 2023-05-30 at 5 32 24 PM

Do you have any idea what causes and how to fix this? Thanks!

danschultzer commented 1 year ago

I realize that you may have found a solution or moved on, but the :enoent error means that a the private key file couldn't be read. I've made the error message more legible with #131 . Thanks for the report!