Gbuomprisco / nextjs-redirect-repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Reproduce Issue

  1. Navigate to sign in page
  2. Enter any email + password
  3. Navigate from the URL to /auth
  4. /auth will redirect to /dashboard
  5. Content flashes

Use "permanentRedirect" instead of "redirect" to see it go away

About


Languages

Language:TypeScript 77.6%Language:JavaScript 17.3%Language:Dockerfile 3.6%Language:CSS 1.5%