KeyManager.js?450b:141 服务器 JWKS 端点请求失败

vue spa在 main.js 里
const authing = new AuthenticationClient({
appId: ‘xxxxxxx’,
appHost: ‘https://{domain}.authing.cn’,
redirectUri: ‘http://192.168.1.6:8080/callback’,
tokenEndPointAuthMethod: ‘none’

});

运行时得到返回: 服务器JWKS端点请求失败。
但是实际能看到有两个JWKS请求,第一个JWKS返回了正确响应,并携带了公钥key;
第二个返回204

  1. Request URL:

https://{域名}.authing.cn/oidc/.well-known/jwks.json

  1. Request Method:

GET

  1. Status Code:

200