Hi, I get a 522 CF error page instead of data when...
# help
i
Hi, I get a 522 CF error page instead of data when I request data from my DB. Happens since yesterday and worked before. Can someone please help?
n
Hello ! This thread has been automatically created from your message in a ``few seconds ago``. Want to unsubscrie from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! Done using the thread? Click the button below to archive it.
d
How are you accessing the data? Do you have a code snippet or something?
n
Ic3m4n (2022-03-11)
i
Copy code
const { data, error } = await supabase
      .from('projects')
      .select('slug, data');
That’s how. Like I said, basically worked before the day before yesterday 😕