You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.
On running Build.sh file, I was getting error that I need at least 5 letter paraphrase to create keys. Hence I updated the code in build.js as -
Now when i deployed my entire zip on Lambda, When i request on my web-page ,I get redirected to Okta sign-in page and after that i get 'Internal Server Error' On debugging i realized that 'jwt requires the Paraphrase for private key which i passed earlier'. I am not sure where to add it in index.js file.
Please help me on this issue.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On running Build.sh file, I was getting error that I need at least 5 letter paraphrase to create keys. Hence I updated the code in build.js as -
Now when i deployed my entire zip on Lambda, When i request on my web-page ,I get redirected to Okta sign-in page and after that i get 'Internal Server Error' On debugging i realized that 'jwt requires the Paraphrase for private key which i passed earlier'. I am not sure where to add it in index.js file.
Please help me on this issue.
The text was updated successfully, but these errors were encountered: