Ran into trouble? Here are some answers that might help.
If not, you can always visit our cozy Slack community or reach me at sk@dashibase.com!
You can find it by heading to your Supabase Project Page > Settings > API.
See below for an example of the Supabase API Settings screen.
First, add a new column named "user" and then click on "Add foreign key relation" and select the auth.users table and its id attribute.
See video below for details.
Check that you have added your dashboard URL (https://XXX.app.dashibase.com) to the list of additional redirect URLs.
You can find the setting by navigating to Supabase > Authentication > Settings.
See below for an example of the Supabase Authentication Settings screen.
This is likely because you enabled Row-Level Security (RLS) for your Supabase table, but you did not set the policies explicitly.
Check out the Supabase tutorial on setting RLS policies here.
You can also set your policies by navigating to Supabase > Authentication > Policies.
Drop me a note at sk@dashibase.com! I'd love to be able to help you out.