This repository has been archived by the owner on May 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 837
Konga Add plugins on route not loading sometimes. #768
Comments
Does per "add plugin" parse/go through all the plugins and their schema configs before the selecting of one to use? Could that be broken up to be done AFTER a plugin has been selected to add and then load their schema when 1 has been picked to add 1 by one? |
Looks like we land here I suppose: |
And then that load DOES do a blank generic query of ALL Kong plugins? Why would that be necessary? Isn't the goal to just see enabled plugins on the Kong node and to load a selector box on what plugin we would want to add to said route? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I imagine a query is not optimized here or a size of scale things because I click the add plugin button and many of times lately its never loading the box of all plugins I can put on a proxy, just does the loading bar thing across the UI and then dies out with nothing:
The text was updated successfully, but these errors were encountered: