supabase-js
supabase-js copied to clipboard
FK values are `undefined` with inconsistent behaviour
Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the Docs, GitHub Discussions, and Discord.
Describe the bug
I have a user table:
and another table FK to this user:
Some shown user data correctly as expected, but some shown undefined
:
To Reproduce
I cannot reproduce this locally; it works as expected. It only happens in production.
Expected behavior
Consistently show name
, email
, id
as expected.
System information
- OS: macOS
- Version of supabase-js: 2.39.7
- Version of Node.js: 18.17.1