You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running against a larger and more complex dataset, checking out the source and debugging what the error really is /main/src/engine/utils/render-error-output.ts#L36-L37, I figured out that it has issues with larger datasets.
The text was updated successfully, but these errors were encountered:
Syntax from contentful documentation: ?select=sys.id,sys.updatedAt,sys.contentType.sys.id&limit=1000&skip=0.
Max level of select deepness: 2. The above query would return another 400, with the message Selected properties must be at most 2 levels deep, the path is deeper than two levels.
While running against a larger and more complex dataset, checking out the source and debugging what the error really is /main/src/engine/utils/render-error-output.ts#L36-L37, I figured out that it has issues with larger datasets.
The text was updated successfully, but these errors were encountered: