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
{{ message }}
This repository has been archived by the owner on May 7, 2024. It is now read-only.
Konga dashboard will not load if konga installed on separate machine other than kong machine... if i install it on same kong api machine it works fine. I am getting below error
I noticed that you can't end the kong api url with an ending / for example http://konga.herokuapps.com/kong-api instead of http://konga.herokuapps.com/kong-api/ - can you re-check if this is the issue...
If not, you can always add console.log statements to the KongProxyController.js in the Proxy method, for example:
Konga dashboard will not load if konga installed on separate machine other than kong machine... if i install it on same kong api machine it works fine. I am getting below error
debug: KongProxyController:req.url /status
error: KongProxyController request error { message: 'Not found' }
debug: KongProxyController:req.url /status
debug: KongProxyController:req.url
error: KongProxyController request error { message: 'Not found' }
Am i missing any configuration ?
The text was updated successfully, but these errors were encountered: