kongfig
kongfig copied to clipboard
kongfig apply gives 400 Bad Request with custom plugins
Hello,
When running
kongfig apply --path /my/file.json
with custom plugins I get
POST http://localhost:8001/apis/a0649784-3c46-43a1-b35c-80c2fa8a698e/plugins
{}
400 Bad Request { name: 'name is required' }
Error: Bad Request
{"name":"name is required"}
Error: Bad Request
{"name":"name is required"}
It seems to trip up on the first custom plugin, is there a way around this?
Thanks !
'name is required' maybe give you some debug information