Hi, I'm trying to fetch() from the backend and get only 10,000 json.result.records. With the same fetch() from the Front, I get 69,000 records.
Is there a limit? Is there a way around it?
Thanks,
Important forum update
This forum is migrating to one unified Wix community forum starting July 26th, and will be read-only during the process.
Wishlist Page is the official platform for requesting new features. You can vote, comment, and track the status of the requested features.
hi @Rubi Ben-Zvi,
It might be that's because there is a limit to the response size (5MB) returned by the backend to the frontend.
If you query that API directly from the frontend end that limitation should not apply.
Just a theory, I've got no proof it's right😊