Hello! 👋 I'm using supabase free plan, suddenly ...
# help
a
Hello! 👋 I'm using supabase free plan, suddenly the open-API stopped working (about 7 days ago) The message is "Missing or invalid credentials" I've tried to change anon key - but it didn't work I observe some errors in DB which says "password auto failed for user postgres" - maybe something is wrong on supabase side, or I'm missing something? -- If someone have same issues would appreciate help 🙏 Here is my link to API which is currently not working https://dwdzonwbstsmajepwrjn.supabase.co/rest/v1/?apikey=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImR3ZHpvbndic3RzbWFqZXB3cmpuIiwicm9sZSI6ImFub24iLCJpYXQiOjE2NTI3ODM3ODUsImV4cCI6MTk2ODM1OTc4NX0.t3kRiEkgsdOhxHNic5Xj-U4pZMUmqCH4qxml8XOy84g
n
Hello @alexey.matveev! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe 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! We have solved your problem? Click the button below to archive it.
a
It actually worked with apikey as header - have you changed this?
Copy code
curl 'https://dwdzonwbstsmajepwrjn.supabase.co/rest/v1/' -H "apikey: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImR3ZHpvbndic3RzbWFqZXB3cmpuIiwicm9sZSI6ImFub24iLCJpYXQiOjE2NTI3ODM3ODUsImV4cCI6MTk2ODM1OTc4NX0.t3kRiEkgsdOhxHNic5Xj-U4pZMUmqCH4qxml8XOy84g"