Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我安装了 wso2 api manager 并将 db 从内部 h2 db 更改为外部 MySql 数据库。我注意到,当我单击“尝试”选项时,wso2 控制台会显示一个空白选项卡。
有人有我的问题吗?
谢谢斯特凡诺
我解决了这个问题。它取决于放置在 che 后端 api-manager 服务器前面的 apache Web 服务器。当我单击“尝试”选项卡时,api 管理器会尝试加载我之前未在 Web 服务器中定义的上下文“/registry”。
现在一切正常。