Getting "com.auth0.jwk.SigningKeyNotFoundException: Failed to get key with kid xxx" error

Hi,

Auth0 worked fine. All of a sudden, facing this error:

“com.auth0.jwk.SigningKeyNotFoundException: Failed to get key with kid xxx”.

The error is occuring at this line:
Authentication jwtAuth = jwt.verify(this.jwtVerifier(jwt));

Please, help.