Relative Content

Tag Archive for reactjssupabase

My Supabase API is not working – I am not receiving any data

I am building a frontend website using React, my problem stems from my Supabase API. For some odd reason, my code is not returning the expected data that I wanted to display as the default value in my form’s input. I looked for any errors, made sure my RSL polices is read, and public, right, and I have created a row in my table, but when I check my console for some reason I am getting undefined from the values so I don’t know at this point where’s the issue is.

My Supabase API is Not Working Like I am Not receiving any Data

So I am building a front-end website using React, my problem stems in my Supbase API, for some odd reason my code is not return the expected data that I wanted to display as the default value in my form’s input, I examined for any error, made sure my RSL polices is read, and public, right, and I have created a row in my table which I love working on,but when I check my console for some reason I am getting undefined so idk at this point where’s the issue,the code I suspect is the following three files:

React, Supabase and no results

I’m using Supabase for the 1st time. Looking to replace a CRM that I pay $20 a month for so wanted to create my own invoice tracker. Partly to save money but also for a bit of fun.