ants
Supabase auth redirect rules
I have a Nuxt app with an API route defined at
/server/api/scan/[club].ts
, but accessing it will redirect the user to the /login
route. This is my Nuxt config
how 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
5 replies
Nuxt 3 with Slack's Bolt.js
Has anyone set up Nuxt alongside Slack's bolt JS?
https://slack.dev/bolt-js/concepts
1 replies