Getting "Issuer.discover()" Error when Using Express OpenId Connect

Last Updated: Nov 12, 2024

Overview

A user is getting the below error when using express-openid-connect:

Issuer.discover(error)

Applies To

  • OpenID Connect

Solution

Update the following references:

  1. “connect-datadog”: “0.0.6” -> “0.0.9”
  2. “dd-trace”: “^0.14.1” -> “^3.9.3”
  3. “deep-equal-in-any-order”: “^2.0.0” -> removed
  4. “hot-shots”: “^8.3.1” -> “^9.3.0”

Related References