codesandbox-client icon indicating copy to clipboard operation
codesandbox-client copied to clipboard

Angular sandbox throwing connection closed before message completed issue

Open iKrishnaSahu opened this issue 2 years ago • 2 comments

🐛 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?

image

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

iKrishnaSahu avatar Oct 17 '23 14:10 iKrishnaSahu

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?

CompuIves avatar Oct 18 '23 14:10 CompuIves

Nope. I did no changes in the code. It's the default angular setup which codesandbox provides.

iKrishnaSahu avatar Oct 19 '23 00:10 iKrishnaSahu