codesandbox / codesandbox/codesandbox-client
Manifest Error when Exporting default CRA template
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 13.6k
- Forks
- 2.4k
- Avg merge
- 6d 19h
- Merged PRs (30d)
- 2
Description
🐛 bug report
Description of the problem
Because there is no manifest.json file in the default create-react-app template (related to #1532), exporting and running yarn start gives the Manifest: Line: 1, column: 1, Unexpected token. error because HTML is getting served instead of JSON.
How has this issue affected you? What are you trying to accomplish?
Export + yarn start default CRA template without browser console errors.
Link to sandbox:
Your Environment
| Software | Name/Version |
|---|---|
| Сodesandbox | PROD-1559409667-1cce2689 |
| Browser | Chrome stable |
| Operating System | macOS 10.14.5 |
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the problem by exporting the default create-react-app template from the linked CodeSandbox and running yarn start. Trace how the exported template serves or handles the missing manifest.json; done means the default template starts without the reported browser console error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100