Can't filter by uuid...
Hey all!
Trying to GET a table using .eq() filter.
The column I want to get is the type of uuid and it's a foreign key for another table.
Every other filter does work, but it's crucial for me to get it done by filtering by this uuid.
I've tried everything: even putting a string manually into .eq() didn't work.
In the console I'm getting err 400.
RLS are disabled in both tables.
Any ideas?
Trying to GET a table using .eq() filter.
The column I want to get is the type of uuid and it's a foreign key for another table.
Every other filter does work, but it's crucial for me to get it done by filtering by this uuid.
I've tried everything: even putting a string manually into .eq() didn't work.
In the console I'm getting err 400.
RLS are disabled in both tables.
Any ideas?