Getting OSSL error when calling login API #431
Unanswered
arthurolmos
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Ok, i found out that the problem was with the firebase sdk key that was not reading correctly. Just to make clear for any struggling, in your .env.local, your firebase key must be in double quotes: '"-----BEGIN PRIVATE KEY-----..."' And on init(): |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys!
I'm getting this error when I call the login API when rendering the page:
{"library":"DECODER routines","reason":"unsupported","code":"ERR_OSSL_UNSUPPORTED"}}
It's happening when setAuthCookies is called.
Anyone knows how to solve it?
Beta Was this translation helpful? Give feedback.
All reactions