You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
following commnd fails with the below error message.
$ kongfig dump --host localhost:8001 > config.yml
Error: http://localhost:8001/apis: 404 Not Found
Error: http://localhost:8001/apis: 404 Not Found
at /usr/lib/node_modules/kongfig/lib/adminApi.js:139:25
at processTicksAndRejections (internal/process/task_queues.js:89:5)
The text was updated successfully, but these errors were encountered:
lasitha1991
changed the title
kongfig fails when trying to dump in version 1.x.x because /apis endpoint is no longer available
kongfig fails when trying to dump, in version 1.x.x because /apis endpoint is no longer available
May 23, 2019
Kong version: 1.1.2
following commnd fails with the below error message.
$ kongfig dump --host localhost:8001 > config.yml
Error: http://localhost:8001/apis: 404 Not Found
Error: http://localhost:8001/apis: 404 Not Found
at /usr/lib/node_modules/kongfig/lib/adminApi.js:139:25
at processTicksAndRejections (internal/process/task_queues.js:89:5)
I assume this is because http://:8001/apis end point is discontinued from the version 1.0.0 onwards. (https://discuss.konghq.com/t/not-found-apis/2979)
The text was updated successfully, but these errors were encountered: