It's not fixed really. By passing empty array you trigger some other flow to fail since the params s

It's not fixed really. By passing empty array you trigger some other flow to fail since the params should not be empty. That's another thing to be fixed somewhere across the path, either in the SDK or the API itself to return a proper error instead of 500.

I am rolling out the validation fix to not fail with
null
for now so your original code should continue working once that's out everywhere.
Was this page helpful?