Rate limiting with Supabase + Next.js SSR

Hi,
I’m using Supabase with a Next.js app that relies on SSR (server-side fetching). Since Supabase is behind Cloudflare and uses IP-based rate limiting, all requests come from my server IP.

My question is:
Is there a risk of hitting rate limits because all SSR requests originate from the same IP, even if traffic is moderate?

Thanks in advance!
Was this page helpful?