79657489

Date: 2025-06-08 04:05:44
Score: 1.5
Natty:
Report link

Try making UserId string instead of GUID.
Check this out: https://github.com/supabase-community/postgrest-csharp/blob/master/Postgrest/Table.cs/

.Filter(u => u.UserId, Operator.Equals, userId) --> here userId must be a string type.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Reza.Hoque