Replies: 5 comments 7 replies
-
I'm facing the same problem on a deployment. {"message":"No API key found in request","hint":"No `apikey` request header or url param was found."} This is while still on the superbase URL, before getting redirected to my domain. I can see the URL hash parameters in the URL too. |
Beta Was this translation helpful? Give feedback.
-
I am using the free tier and the only project URL I have is the project URL generated by supabase.com. ie: https://xxxxxxxxxxxxxxxxxxx.supabase.co What should be in the Site Url setting for authentication to get any of the confirmation URLs to be correct. Right now all I see is all of the query parameters matching parameters you would get from an access token request: and still get the same error response: {"message":"No API key found in request","hint":"No |
Beta Was this translation helpful? Give feedback.
-
Hey, in case anyone else is having this issue and the solutions above don't work, just make sure that you have the right table name in your queries. Silly mistake, I know, but I spent a good chunk of time until I realized that was my issue. |
Beta Was this translation helpful? Give feedback.
-
I had this same problem. Turns out I was setting the session multiple times with auth and refresh token. I wasnt checking to see if this call was giving me an error
In fact doin the above command multiple times was causing me to use that refresh token too early and then when trying to use it again I couldnt refresh and make authenticated calls |
Beta Was this translation helpful? Give feedback.
-
hey i have added this url |
Beta Was this translation helpful? Give feedback.
-
Hello i use to have a deploy project that it was working just fine it is about a website that is intended to be a clone from spotify in which one you can reproduce songs. The problem comes when i tried to re deploy it again after a restart the project from being paused i was able to log in and create new accounts when i tried to reproduce a song i was getting the error that i mentioned before in the discussion title, i dont have any clue about it cause the code it was working just fine before i commited the mistake after i delete the project. Can some one help me with this situation i tried to post my question in other platforms to get help but none of them seems to want to help me, and yes i have all the keys in order for supabase to be running i provided to vercel after set up the deployment and still not working
Beta Was this translation helpful? Give feedback.
All reactions