Hello, i was tring to code the frontend with a cus...
# support-questions-legacy
u
Hello, i was tring to code the frontend with a custom UI within the nextjs app router and I had to disable ssr on all the pages( sign in, sign up, forgot, reset).. my question is do i have to also turn off ssr for all my protected pages? If so that would be moving my whole app away from next ssr, which is rly not ideal..