原型 API 在 WSO2 API manger 1.9 中不起作用

Prototype API not work in WSO2 API manger 1.9

我在 WSO2 API 管理器 1.9 中创建了一个原型 API。但是我在访问 API

时遇到以下错误
<am:fault xmlns:am="http://wso2.org/apimanager">
<am:code>0</am:code>
<am:type>Status report</am:type>
<am:message>Runtime Error</am:message>
<am:description>
Error occured in the mediation of the class mediator
</am:description>
</am:fault>

是什么原因,有什么建议吗?

启用 JWT 后,APIM 1.9.0 中存在一个已知问题。请参考此 jira [1] 以找出解决方法。

[1] https://wso2.org/jira/browse/APIMANAGER-3913

谢谢!