Please answer these questions before submitting your issue.
Edit Route->Plugin Config->example-plugin,Click on Setting,Return 500 error code.This also occurs with online demo, which are reproducible.
$ git branch -v
* v2.0 e08f3ab feat: remove CD for PR
$ cat /etc/redhat-release
CentOS Linux release 7.8.2003 (Core)
Chrome 86.0.4240.183
$ pwd
/usr/local/src/apisix-dashboard/output/logs
$ tail -f error.log
2020-11-13T13:55:56.243+0800 WARN log/log.go:60 data not found by key: 328359111706018426
2020-11-13T13:57:54.173+0800 WARN log/log.go:60 data not found by key: 328359111706018426
2020-11-13T13:59:41.897+0800 WARN log/log.go:60 data not found by key: 328359111706018426
2020-11-13T13:59:43.664+0800 WARN log/log.go:60 data not found by key: 328359111706018426
Ya this issue is resolved in the APISIX(disabled it because it's just a demo plugin), and this error is due to its wrong schema, maybe we should update the schema in the dashboard as well. Thanks for your report!
Ya this issue is resolved in the APISIX(disabled it because it's just a demo plugin), and this error is due to its wrong schema, maybe we should update the schema in the dashboard as well. Thanks for your report!
Thank you for your response, I found it while learning how to use the plugin and submitted it!
And we are working on how to let users use plugins no matter if its scheme is ok for frontend, will be added soon.
Then shall we close this issue?
Then shall we close this issue?
I personally would like to have documentation or video tutorials on how to configure the plugin so I can learn quickly!
May I know do you mean how to configure it in the dashboard or API?
May I know do you mean how to configure it in the dashboard or API?
emmm, similar to an instructional video that demonstrates the configuration of plugins in Dashboard, which may be easier to understand. The online demo does not currently provide these.
Personally, I think the Dashboard can operate faster and be easier to understand than the API.
May I know do you mean how to configure it in the dashboard or API?
emmm, similar to an instructional video that demonstrates the configuration of plugins in Dashboard, which may be easier to understand. The online demo does not currently provide these.
Oh I see, it seems that there has more work to do, let's add a label for this issue.
Most helpful comment
And we are working on how to let users use plugins no matter if its scheme is ok for frontend, will be added soon.