GenerateEmbedUrlForAnonymousUser is throwing "Member must have length less than or equal to 256"

Hi,

I have RLS enabled and when calling GenerateEmbedUrlForAnonymousUser, I’m getting error validation error detected: Value at 'sessionTags.1.member.value' failed to satisfy constraint: Member must have length less than or equal to 256 when have 270 chars for SessionTags value like below.

I need to pass this many of chars for the comma separated tag value for filtering and sometimes maybe more. I know 256 is the limitation from the document but is there a way to use RLS but still have tag value of more than 256 chars?

            SessionTags = [
                {
                    "Key": "test",
                    "Value": [string of 270 chars]
                }
            ],

Thanks,

Hello @Leon !

Can you try the solution provided here?:

1 Like