expression: required field missing; paths: unknown field) #12044
-
Hello,
When I try to define a route by using Postman, I get following error:
If I try define a route by using Manager, I get the following error: Could you please advise the correct way defining a route or what I am missing? Thanks & Regards |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
It looks like you are using kong gateway with router_flavor Please refer to https://docs.konghq.com/gateway/3.5.x/key-concepts/routes/expressions/. |
Beta Was this translation helpful? Give feedback.
-
You can check the current flavor by this command:
|
Beta Was this translation helpful? Give feedback.
-
Hello @chronolaw Thanks & Regards |
Beta Was this translation helpful? Give feedback.
-
Hello everyone in this discussion, since Kong/kong-manager#217, we have added an interactive editor to create/edit routes defined in the Expressions language to Kong Manager for Kong Gateway CE. With Please let us know if you have further questions. |
Beta Was this translation helpful? Give feedback.
It looks like you are using kong gateway with router_flavor
expressions
.With this flavor we use the field
expression
instead ofpaths
methods
and so on.Please refer to https://docs.konghq.com/gateway/3.5.x/key-concepts/routes/expressions/.