HarryET
10/01/2021, 11:22 PMid,
chat_id,
members (
id,
nickname,
auth.users (
raw_user_meta_data
)
),
created_at,
edited_at
but get a 400 back with
json
{
"hint":"If a new foreign key between these entities was created in the database, try reloading the schema cache.",
"message":"Could not find a relationship between members and auth in the schema cache"
}
Even though i do have a forign key between members and auth.userssilentworks
10/02/2021, 1:23 AMHarryET
10/02/2021, 6:17 AM