I'm using the `createSignedUrl` method on storage,...
# help
m
I'm using the
createSignedUrl
method on storage, and I'm getting a rate limit error now:
Copy code
{
  message: 'API rate limit exceeded',
  status: 429
}
Is there some billing or plan upgrade I need to make here or some config so I avoid this rate limit? I will need to perform a lot of signed urls
s
Supabase has API rate limit, but you shouldn't be hitting it if you aren't making many API requests in a minute