Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonsiefke/nextjs-content-type-bug
https://github.com/simonsiefke/nextjs-content-type-bug
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonsiefke/nextjs-content-type-bug
- Owner: SimonSiefke
- Created: 2023-08-25T14:57:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-25T15:09:57.000Z (over 1 year ago)
- Last Synced: 2024-11-02T01:04:25.831Z (2 months ago)
- Language: JavaScript
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nextjs content type bug
```sh
git clone [email protected]:SimonSiefke/nextjs-content-type-bug.git &&
cd nextjs-content-type-bug &&
npm ci &&
npm run build &&
node proxy.js
```Go to http://localhost:4321 and navigate between the urls. Notice that the urls `b?_rsc=41sah` return `text/html` instead of `text/x-component` and no error message is displayed.