useSelect encoded query params
My backend is returning an error because useSelect is adding extra stuff i dont need to the call..
how can i omit the encoded useselect queries at hook level?
i am getting an error because it's adding invalid encoded queries automatically
this is the call the useSelect is making, i need to make it without any of the query parameters
how can i omit the encoded useselect queries at hook level?
i am getting an error because it's adding invalid encoded queries automatically
http://127.0.0.1:8090/api/collections/categories/records?page=1&perPage=500&skipTotal=1&sort=undefined&filter= 400 (Bad Request)this is the call the useSelect is making, i need to make it without any of the query parameters
