Skip to content

Passing UUID to Filtering Request (Read Data) #1156

Discussion options

You must be logged in to vote

There's a syntax error, query parameters must be separated by &, like this:

https://xxxxxxxxxxxxxx.supabase.co/rest/v1/users?id=eq.7edf4090-5856-4b50-a17e-769e81d542a7&select=*

Otherwise the <uuid>+select will be passed as the filter value, which is an invalid uuid as the postgres error describes.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@rcsilva81
Comment options

@steve-chavez
Comment options

@rcsilva81
Comment options

@steve-chavez
Comment options

@rcsilva81
Comment options

Answer selected by rcsilva81
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants