Skip to content
This repository was archived by the owner on May 17, 2025. It is now read-only.
This repository was archived by the owner on May 17, 2025. It is now read-only.

Getting ValidationException: Invalid FilterExpression when publishing a big objects #309

@eitanfr

Description

@eitanfr

I am getting "ValidationException: Invalid FilterExpression: Expression size has exceeded the maximum allowed size" when I try to publish a large object.

It looks like the issue is happing because of the filter logic, in getFilteredSubs.ts. Because I try to publish big a big object with nested objects inside the function creates a massive filter expression which results in the "Invalid FilterExpression: Expression size has exceeded" error.

In my use case, I don't need the filter nested logic, seems like a possible solution is to allow configuring to filter nested objects.
For example, I only need to filter by one argument (like userId).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions