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
Earlier version, kong 3.5 was showing Custom Built plugins on Kong Manager UI Plugins page. But newly shipped kong manager with kong 3.6 seems to have some kind of bug, unable to see any custom built plugin on UI.
Expected Behavior
No response
Steps To Reproduce
Build any custom plugin with kong 3.6 as base container image.
Check kong manager plugins page, it should show the custom plugin on the page, but doesn't.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Hi @elhackeado, the fix is in #185 but we don't have a release date yet. Meanwhile, as a workaround, you can manually change the URL in your browser to create a custom plugin. For example, /plugins/plugin-foo/create?redirect=/plugins, assuming the name of your custom plugin is plugin-foo.
Once #185 is merged, you could also build and serve the Kong Manager UI from the source code to include the fix.
Is there an existing issue for this?
Kong version (
$ kong version
)kong 3.6
Current Behavior
Earlier version, kong 3.5 was showing Custom Built plugins on Kong Manager UI Plugins page. But newly shipped kong manager with kong 3.6 seems to have some kind of bug, unable to see any custom built plugin on UI.
Expected Behavior
No response
Steps To Reproduce
Anything else?
No response
The text was updated successfully, but these errors were encountered: