hi, I have added the Dashboard to my backend after completing the next.js tutorial, but when I try `...
p
hi, I have added the Dashboard to my backend after completing the next.js tutorial, but when I try
/auth/dashboard
route I keep getting redirections for ever. did I miss a step? or I need to exclude this route from the next.js route protection?
n
Hi
Are you using NextJS api functions?
p
yes
n
Try /api/auth/dashboard
p
it works! thanks!
n
Happy to help