Relative Content

Tag Archive for reactjstypescriptnext.jsreact-hooksnext-auth

How to Create Independent Layouts in Next.js App Router for Specific Routes?

Problem I want to create a specific layout for the /api/auth/* routes that do not include the CustomNavbar and Footer components defined in the main RootLayout. Despite my efforts, the main layout still appears on these routes. I’m working on a Next.js project with the following details: Next.js Version: 14.2.3 NextAuth Version: 4.24.7 Using: App […]