codesandbox-client
codesandbox-client copied to clipboard
Angular sandbox throwing connection closed before message completed issue
🐛 bug report
Preflight Checklist
- [x] I have read the Contributing Guidelines for this project.
- [x] I agree to follow the Code of Conduct that this project adheres to.
- [x] I have searched the issue tracker for an issue that matches the one I want to file, without success.
Description of the problem
Angular example is not working. The UI is throwing below issue
connection closed before message completed
How has this issue affected you? What are you trying to accomplish?
To Reproduce
- Go to codesandbox dashboard
- Create new starter app with angular as preset
- Check UI view
Link to sandbox: link (optional)
Your Environment
| Software | Name/Version |
|---|---|
| Сodesandbox | |
| Browser | CHrome |
| Operating System | Windows |
Hey! I think this is the angular dev server that's behaving in a weird way, because even calling curl on the URL from the VM itself gives this:
curl http://localhost:4200
curl: (52) Empty reply from server
Did you change any code in the sandbox compared to the template that could've caused it to return empty responses?
Nope. I did no changes in the code. It's the default angular setup which codesandbox provides.