marello
marello copied to clipboard
API Errors
There are various parts of the API that return the same error:
{
"errors": [
{
"status": "400",
"title": "filter constraint",
"detail": "The filter is not supported.",
"source": {
"parameter": "q"
}
}
]
}
Two places we've observed this are:
- When you go to Admin > Reports & Segments > Manage Segments
- In /api/doc#get--api-marelloproducts
Hi @bobbrodie,
Thank you for reporting. We were not able to verify/reproduce the issue specifically, could please add some more information on how to reproduce this error? Some information which might be useful to reproduce is the version of Marello; does it have custom code in Marello instance; is Marello installed with another Oro product (OroCommerce, OroCRM). Thanks!
When navigating to the Admin > Reports & Segments > Manage Segments section of the application and creating a segment with the Product entity, we do no have the same results. Meaning we do not see this issue appear nor do we see this appear in the API call you mentioned.
Kind Regards,
Jaimy Casteleijn