-
Notifications
You must be signed in to change notification settings - Fork 837
Doesn't work properly with 1.1.0rc1 #346
Comments
@eshepelyuk , haven't had the chance to test with 1.0.1 yet but, I think Konga has no place in that particular setup except maybe to visualize your configuration?. Again, I haven't tested it yet. Will do and post an update. |
Hello @pantsel
I think there's a typo - version is
I could agree with you on this point, but visualization should at least work. |
@eshepelyuk , The only thing ofc is that you can't update/delete anything. What popups are not displayed on your end? When for example I'm on the services list page and click on a service, I get directed to the service details page and everyhting is displaying correctly. |
When I'm on service (routes, plugins etc) page and click on any element to see details - I observe 404 in browser. For instance, if my Whie URL |
@eshepelyuk , what version of Konga are you using? |
@pantsel |
@eshepelyuk , Im afraid I can't reproduce it with Konga 0.14.3. Can you try and see if it works with Check Konga's demo instance. Kong 1.1.0rc1 username: demo Kong entity details pages are working with no probs |
@pantsel Tried 0.14.3 - the same issue. |
Have you checked the demo instance? |
Sure |
It's working there. What happens if you try to get |
Ok I see the issue in Will keep investigating. |
Also try listing the services and check if the UUIDs match, directly from Kong's API. |
@pantsel I got the reason. We have KONG in scaled mode, so there's a several Since there's no central DB - UUID of the same service is different on each of Kong instance. So basically the bug is
I have a suggestion for this
What do you think ? PS: it also could be good for |
@eshepelyuk , if you are scaling Kong, wouldn't you need to have a shared fs as well with your declarative configuration? Same as having a db. All instances must share the same storage/declarative config. Apart from that, what happens with Entities like
That is true, and I'm working on implementing the new Kong 1.1.0rc1 features as we speak. |
@pantsel unfortunately we didn't yet implemented shared FS / docker volume. Instances are configured separately :( OK, it seems the issue is just specific to our current Do you agree ? |
@eshepelyuk , It's up to you. For now, I'll play around with the new Kong features while implementing the needed changes in Konga. I'll also try to replace the UUID with the name when available and see what happens in different setups. Will keep you posted. |
@pantsel Thanks for your help and patience. |
Konga doesn't display service and route details popup with 1.1.0rc1
https://discuss.konghq.com/t/kong-1-1-0rc1-available-for-testing/2873
When running KONG without DB in declarative config the popups are not displayed.
The text was updated successfully, but these errors were encountered: