Poli
Poli
I found the error... It seems that in the 4.23.0 version of Strapi you have to include the "filters" attribute when you subquery into a related entity, so I change...
In older versions like 4.16.2 the "filters" attribute in subquery does not work, it is a breaking change that should be specified in the documentation. https://docs.strapi.io/dev-docs/migration-guides
Same problem, we upgraded to 4.23.1, in lifecycles it doesn't trigger the toast notification when we throw an ApplicationError.
I can confirm the notifications works on node v18.20.2 and strapi v4.16.2, but not in strapi v4.17.0 and higher versions.
It could be something related to this feat https://github.com/strapi/strapi/commit/728d614ca4116060132514ba8c504a2d136c3c4c#diff-efa4b33d0020a450f18d1261ac1b053e4389615ceb9484ba4674dffd21b46212 has a lot of changes in errors.ts file
We need a solution for this bug, our team is stuck on version 4.16.2 and we need to update strapi. We have some logical validations in the life cycles and...
@sergixnet We already have axios installed in our project, 1.6.8 in our case. I will install 1.6.0 to check if notifications works with that version.
@sergixnet it's works fine with 1.6.0. Thanks!!