middleware redirect has errors for every .tsx file with '<' token exceptions, only runs server-side
Unanswered
Saltwater Crocodile posted this in #help-forum
Saltwater CrocodileOP
https://github.com/bluebaroncanada/nextjs-bug
I have provided a minimal example here. You don't need to put in an actual issuer to see what the issue is.
It redirects to /signin and adds the ?callback, so there is signs of life. The browser shows the attached image.
The file at
I have provided a minimal example here. You don't need to put in an actual issuer to see what the issue is.
It redirects to /signin and adds the ?callback, so there is signs of life. The browser shows the attached image.
The file at
src/app/signin/login-component.tsx even though it's explictly 'use client', it does not execute on the client. Server breakpoints get hit. console.log writes to the server's console and not the browser's console.