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 838
Unable to add a Route to a Service #258
Comments
Hi James, try pressing enter after every method, host or path you type in the routes form. These are not text inputs but arrays visualized as chips |
@pantsel ahhh... Yes, I see now. I was still used to the old style of API form input. Thanks for the quick response! |
Closed
I ran into this as well. thanks for https://medium.com/@tselentispanagis/managing-microservices-and-apis-with-kong-and-konga-7d14568bb59d btw |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Konga team,
First off. Kudos on a great interface! This has been a super useful tool in managing my Kong server.
I am running Kong and Konga in a Kubernetes cluster. I just updated to Kong 0.14.0 and Konga 0.12.0. I am trying out the Services/Routes feature for the first time. I was able to successfully create a new Service with no problem, but for some reason, I am unable to create a new Route on that Service.
Steps to reproduce:
An error message appears, and when I checked the logs on the Docker container, this is what I saw:
It seems there may be an issue with the schema validation for creating a new Route, unless I am missing something. For the time being, I am okay to keep using the deprecated APIs feature, but it would certainly be nice to migrate to the latest and greatest. 😄 Any help on this would be greatly appreciated!
The text was updated successfully, but these errors were encountered: