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
Was trying to deploy to AWS Lambda (Node.js 20.x) but it fails to exchange the code. It seems like it is required to provide the application/x-www-form-urlencoded content-type when sending request using axios.
Was trying to deploy to AWS Lambda (Node.js 20.x) but it fails to exchange the code. It seems like it is required to provide the
application/x-www-form-urlencoded
content-type when sending request using axios.So, changing this one in
authn\openid.index.js
:to this one:
makes it work for me.
The text was updated successfully, but these errors were encountered: