Parsing errors detected when parsing ${filterParameters} #690
Unanswered
UBSusmitha
asked this question in
Q&A
Replies: 3 comments 2 replies
-
Can you provide the queries that are failing so that we can analyze them ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is one of them: "SalesOrderLineItemSet/$count?$filter=(DeliveryDate ge datetime'2023-04-01T00:00:00' and DeliveryDate le datetime'2023-06-30T00:00:00') and NetAmount eq 16474m" |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hmmm, why do you have NetAmount eq 16474m what's that |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After we started using fe mockserver for our local apps in ovp, while filtering some of the values from smart filter bar we get this error in the terminal which is thrown by ovp/node_modules/@sap-ux/fe-mockserver-core/dist/request/filterParser.js
Filter gets applied correctly & cards load when we remove this if block if (parser.error.length) {} & restart the server.
Steps to reproduce:
Execute yarn start in the ovp directory.
By default app will run on localhost:8080 unless the port is occupied. If port is occupied the application will run on next available port.
After applying filter to NetAmount = 16474, it shows internal server error with the Parsing error detected when parsing error in the terminal, it works fine if this if block is removed & server is restarted.
Could you please let us know if there is any way to resolve this instead of this work around?
Beta Was this translation helpful? Give feedback.
All reactions