Mohamed-Ali
Mohamed-Ali
I am having the same problem Here is how you can reproduce it (just need to add (SUPABASE_URL and SUPABASE_KEY to .env): https://github.com/mohamed-ali-masmoudi/supa-nuxt-500
@Fwosty Thanks for the workaround! The problem is that Nuxt executes the files under "/server/middleware" on every request for all the routes also for "/" where in our case the...
@radum2o18, I just implemented the first approach with a protected routes list. For example, you can set all your protected routes like this (but you have to edit the folder...