supabase react
#35949
Replies: 1 comment 3 replies
-
What does the code look like that should load this data? Do you have row level security (RLS) enabled? if yes what does your RLS policies look like? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Supabase Integration:

Please help me with integrating supabase. I am trying to fetch locations directly from your Supabase backend using the official Supabase JavaScript client.
Environment Variables:
I have correctly placed my .env file in my project root (MailandShip-1108) and set the VITE_SUPABASE_URL and VITE_SUPABASE_ANON_KEY variables using the values provided by Supabase support., and still not connecting to and fetching data directly from supabase. I want first to accomplish this in my dev environment where I added a location tab in the main menu as you can see.
Beta Was this translation helpful? Give feedback.
All reactions