auth0-samples / auth0-link-accounts-sample

Examples of how to implement account linking
MIT License
40 stars 59 forks source link

The Regular Web App does not work #16

Open naknode opened 2 years ago

naknode commented 2 years ago

It seems to have two problems:

  1. request has been deprecated and no longer safe to use. I recommend axios.
  2. When you run npm start to start the web app, you get: JWEDecryptionFailed: decryption operation failed
YangZhigang177 commented 6 months ago

@naknode Probably you can try downgrade the node environment to 16 in the settings page, it works for me.