See “xxx plugin is enabled but not installed” like below in the Kong error log:
no plugin found; on plugin 'response-transformer-advanced': response-transformer-advanced plugin is enabled but not installed;
no plugin found
stack traceback:
[C]: in function 'assert'
/usr/local/share/lua/5.1/kong/init.lua:553: in function 'init'
init_by_lua:3: in main chunkThis error means Kong could not find the source code of the xxx plugin, where xxx is the actual plugin name. The plugin code is usually located in the /usr/local/share/lua/5.1/kong/plugins/<plugin-name> directory. Check whether the xxx plugin’s code is present in the /usr/local/share/lua/5.1/kong/plugins/xxx directory.