Supabase auth redirect rules
I have a Nuxt app with an API route defined at
how could I exclude the dynamic server route from the redirect middleware? Also
/server/api/scan/[club].ts, but accessing it will redirect the user to the /login route. This is my Nuxt confighow could I exclude the dynamic server route from the redirect middleware? Also
/api/scan/* and that also doesn't work, while turning off the redirects fixes it obviously