supabase icon indicating copy to clipboard operation
supabase copied to clipboard

In Netlify, function is calling "/api/_supabase/session" hundreds of times per second. Have over 13 million function calls for the endpoint in two days.

Open zkschmitz opened this issue 2 years ago • 0 comments

Version

@nuxtjs/supabase: v0.1.25 nuxt: 3.0.0-rc.11

Reproduction Link

Private repository but happy to grant access to someone independently

Steps to reproduce

Using the basic useSupabseClinet() and useSupabaseUser() functions throughout my code to reference the logged in user and the supabase instance.

This started happening after moving to Nuxt v3 RC 11. I haven't had a problem until last Thursday.

What is actually happening?

A ton of calls are being made to the endpoint /api/_supabase/session, even when nobody is on the webpage.

Screen Shot 2022-09-25 at 2 20 12 PM

zkschmitz avatar Sep 25 '22 20:09 zkschmitz