Ihor
Ihor
@loopmode yes i do http://joxi.ru/zANdjKJhvgwWom
@czeckd try that https://dropmefiles.com/MzSmN, thanks)
same for me ``` {query: '', page: '1', pageSize: '20', sort: '[object Object]'} ``` Original:
> encode: false, im using qs for query params on FE part of app. Why i need comma - its because query str length limits
@ljharb i use it for deeplinking on my FE app, i know about limits but i wont had so long string. The main problem that Object becames Object Object with...
@ljharb sure Example is simple, i have an object with data, like this ``` { filters: { author: ['Author 1', 'Author 2'], // other filters }, sort: [ { publication_date:...
@ljharb its make sense in filters case but for sorting is not
[jhoward1994](https://github.com/jhoward1994) Same for me: Strapi: 4.20.0 Steps: 1. Create lifecycles.ts inside any collection 2. Put some code there ``` import { errors } from '@strapi/utils'; const { ApplicationError } =...
same for me, any updates?