"Not a valid UUID" on nil UUID

Thanks for your replies!

Basically, we used to often search or filter by id in various parts of the UI (segments, ad-hoc filters, etc…).
Since recently, it’s been impossible to search by ID due to the issue mentioned in this post.

All IDs in our database are either nil UUIDs or random ones, which only respect the general format (8 characters dash 4 characters dash 4 characters etc…) and not a specific version.

Replacing all our IDs is of course impossible, so we currently can’t use any ID-related feature on the forest front-end.

If nothing else, I’d prefer to avoid changing ID types to strings in the forest backend to stay close to our actual data types.