Failed to fetch
Over here I am developing a project using the Google ai studio previously the data base was working properly but recently I started facing this problem of failed to fetch. This error is occurring when I try to login to the project login page I have used the authentication feature that is there in superbase for the login. I am also getting this error of Superbase error of failed fetch for the functions that are there in the Superbase project when tried to call. When my project is idle for long time I am automatically receiving this Superbase error too I am not able to get what is the correct issue over here. I researched about it I got results saying that you need to configure the CORS in Superbase but there is no such option as such please help me solve my problems. Attaching the images for your reference if any clue please feel free to contact me


3 Replies
After pressing the login button for more than 10 times then the login is happening I don't know what is exact problem over here
Seems like your login to Supabase is getting the failed to fetch. Not completely clear as you don't show the URL but it ends with type=password which is part of the login request.
Failed to Fetch usually means you are not going to the correct Supabase URL, your instance is down (check the home page and status in upper right), or some issue with your environment not even sending out the request.
Do you see the requests in the API Gateway logs of the dashboard?
I will give 10 request from the frontend to login only one will pass and it will login I don't know what is the problem over there