relation 'public.table_name' does not exist
I am unable to fetch data from my table while running locally. It does work once deployed though. I have logged my
Here is the only code that is being executed which is modeled directly off of the examples provided.
What do I need to do so that I can execute this locally?
SUPABASE_URL and SUPABASE_ANON_KEY and those are populated successfully. I only have one project, I have linked it and am running supabase start, supabase functions serve function-name.Here is the only code that is being executed which is modeled directly off of the examples provided.
What do I need to do so that I can execute this locally?