wso2 api manager dashborad Unmapped exception feign.RetryableException: 由于重定向无法重试,在流模式下执行

wso2 api manager dashborad Unmapped exception feign.RetryableException: cannot retry due to redirection, in streaming mode executing

在 wso2 api manager 3.2.0 中,当我 运行 仪表板出现以下异常时:

WARN {org.wso2.msf4j.internal.MSF4JHttpConnectorListener} - Unmapped exception feign.RetryableException: cannot retry due to redirection, in streaming mode executing POST https://ip address:9443/client-registration/v0.16/register

仪表板配置文件:

## Authentication configuration
auth.configs:
  type: apim
  ssoEnabled: true
  properties:
    adminScope: apim_analytics:admin_carbon.super
    allScopes: apim_analytics:admin apim_analytics:product_manager apim_analytics:api_developer apim_analytics:app_developer apim_analytics:devops_engineer apim_analytics:analytics_viewer apim_analytics:everyone openid apim:api_view apim:subscribe
    adminUsername: admin
    adminPassword: admin
    kmDcrUrl: https://172.25.129.66:9443/client-registration/v0.16/register
    kmTokenUrlForRedirection: https://172.25.129.66:9443/oauth2
    kmTokenUrl: https://172.25.129.66:9443/oauth2
    kmUsername: admin
    kmPassword: admin
    portalAppContext: analytics-dashboard
    businessRulesAppContext : business-rules
    cacheTimeout: 30
    baseUrl: https://172.25.129.69:9643
    grantType: authorization_code
    publisherUrl: https://172.25.129.66:9443
    devPortalUrl: https://172.25.129.66:9443
    externalLogoutUrl: https://172.25.129.66:9443/oidc/logout

kmDcrUrl应该是

https://172.25.129.66:9443/client-registration/v0.17/register

在API-M 3.2.0中,DCR端点版本为v0.17。在您提供的配置中,版本是 v0.16.

API-M 3.2.0 的仪表板配置可以在Step 4.2 - Point 4

中看到