Fix bug in zip file
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 172
- Forks
- 109
- PR merge metrics
- No merged PRs in 30d
Description
Description
On clicking the Download option on the Configure bundled code page, a zip file is downloaded.
However the file does not open after it is downloaded.
Expected Behavior
The zip file opens after it is downloaded on the computer.
Actual Behavior
The zip file does not open and produces a new copy of the same file each time it is clicked.
Steps to Reproduce the Problem
- Click on Create Demo in the sidebar.
- Fill out and submit the data in the Register application step. This will take you to the Configure bundled code page.
- On the Configure bundled code page, click on the the Download button.
- This will download a zip file on your computer.
- Click on the zip file to open it. You will find that it does not open and a new copy of the zip file is created each time you click on it.
Screenshots
The following error is produced in the terminal on trying to open the zip file -

Thanks!
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 Create Demo flow through Register application to the Configure bundled code page, then inspect the Download handler. Confirm the generated zip opens normally and repeated clicks do not create another copy of the file.
Written by the indexing model from the issue text.
Assessment
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100