This is what I see. It requires an authentication token but does not generate one.
Somewhere in your function stack an input is missing. Why are you using email and password to get the logged in user family_group?
I don’t know what you mean. This is what I have.
I have kept things the default and I have turned on the authentication since you said that I needed to
You’re in the wrong endpoint. You need to be doing this on your family_groups endpoint.
You can’t have authentication as a requirement on your login endpoint. Otherwise, you can’t login
Try this instead.
auth.id IN family_groups.allmembers
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.