We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
从2.5.1版本升级到3.1后,旧的路由插件配置缺少 {“_meta":"disable":false} 配置数据,导致在新版本dashboard界面插件界面无法正常显示。
{“_meta":"disable":false}
新版本兼容老数据,缺少 {“_meta":"disable":false} 配置时,可以正常显示插件配置界面。
1.路由界面配置一个插件的json数据,如 limit-count,不加 _meta 字段 2.点击路由配置,点击下一步,到达插件配置界面 3.插件界面报错,界面显示为空,异常信息提示没有disable字段
_meta
disable
apisix version
uname -a
nginx -V
openresty -V
etcd --version
No response
The text was updated successfully, but these errors were encountered:
Fixed by #2739, you can use the code of the master branch or wait for the next release.
Sorry, something went wrong.
No branches or pull requests
Issue description
从2.5.1版本升级到3.1后,旧的路由插件配置缺少
{“_meta":"disable":false}
配置数据,导致在新版本dashboard界面插件界面无法正常显示。Expected behavior
新版本兼容老数据,缺少
{“_meta":"disable":false}
配置时,可以正常显示插件配置界面。How to Reproduce
1.路由界面配置一个插件的json数据,如 limit-count,不加
_meta
字段2.点击路由配置,点击下一步,到达插件配置界面
3.插件界面报错,界面显示为空,异常信息提示没有
disable
字段Screenshots
Environment
apisix version
): 3.1uname -a
): win10nginx -V
oropenresty -V
):etcd --version
):Additional context
No response
The text was updated successfully, but these errors were encountered: