An open API service indexing awesome lists of open source software.

https://github.com/hrsh7th/next-testmode-rewrite-repro


https://github.com/hrsh7th/next-testmode-rewrite-repro

Last synced: 3 months ago
JSON representation

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.