https://github.com/hrsh7th/next-testmode-rewrite-repro
https://github.com/hrsh7th/next-testmode-rewrite-repro
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hrsh7th/next-testmode-rewrite-repro
- Owner: hrsh7th
- Created: 2023-11-29T16:10:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T17:30:57.000Z (almost 2 years ago)
- Last Synced: 2025-01-03T08:14:03.422Z (9 months ago)
- Language: TypeScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
next-testmode-rewrite-repro
============================================================This repository aims to explain the bug related testmode and rewrites config in Next.js
What's the bug?
------------------------------------------------------------In `npm run dev`, the following URLs can display the content without errors.
- `http://localhost:3000/app` (it seems to already fixed in `next@canary`)
- `http://localhost:3000/pages` (it seems to not fixed in `next@canary` yet)In `npm run dev-repro`, the URLs can *NOT* display the content without errors.