Why can't I access profile in user? (ORM) (Postgres)
With these models:
I can't access a user.profile and it doesn't exist in the User interface
Solution:Jump to solution
Fix: deleted and created my database instead of migration; i was using a completely different setup earlier and the migration must have corrupted some things
4 Replies
I am doing
are you using typescript? you'll get autocomplete in the case it exists
@charley I am getting the same exact issue as well. Are you using supabase by any chance?
Solution
Fix: deleted and created my database instead of migration; i was using a completely different setup earlier and the migration must have corrupted some things