Crud Service Unknown Field Error #476
-
What product are you having troubles with?Marketplace What Console version are you using?v12.0.2 DescriptionHi,
that is returning this error:
Trying the same query directly on mongoDB is returning the results correctly. Also the field in the MongoDB Crud section of the console is defined. What could possibly be the reason that I'm getting this error? Actual OutcomeError Unknown field Expected OutcomeThe result fields |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi, is the field |
Beta Was this translation helpful? Give feedback.
-
Hi, could you please provide the definition of the |
Beta Was this translation helpful? Give feedback.
Hi! The problem is due to an internal logic of CRUD Service that prevents the usage of fields names containing digits within the
_q
query parameter. This issue has been fixed in this PR. Soon a new image with tagmain
will be available to be tested.Beware that it might require you to update to the next major version of CRUD Service.