supabase-js icon indicating copy to clipboard operation
supabase-js copied to clipboard

FK values are `undefined` with inconsistent behaviour

Open ivanasetiawan opened this issue 9 months ago • 0 comments

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: Screenshot_2024-05-05_at_08_52_48

and another table FK to this user: Screenshot_2024-05-05_at_08_53_09-2

Some shown user data correctly as expected, but some shown undefined: Screenshot_2024-05-05_at_08_53_17

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

ivanasetiawan avatar May 05 '24 07:05 ivanasetiawan