https://github.com/inside/repro-next-data-empty-object
https://github.com/inside/repro-next-data-empty-object
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/inside/repro-next-data-empty-object
- Owner: inside
- Created: 2023-12-05T16:11:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T10:34:40.000Z (over 2 years ago)
- Last Synced: 2025-06-03T19:25:51.080Z (about 1 year ago)
- Language: CSS
- Size: 400 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
1. Clone this repo
1. `npm install`
1. `npm run build`
1. `npm start`
# Steps to reproduce
1. Open your browser to `http://localhost:3000`
1. Open the devtools
1. Go to the network tab
1. Notice each additional `_next/data` request for each link to a page

1. Click on either of the request
1. Click on the `Response` tab
1. Notice the empty json response like this `{}`
