Open
Description
Bug description
Unable to see HTML file and faced a HTTP 400 Bad Request issue. Instead, I saw a text saying : Web Sockets Request was expected.
Steps to reproduce
- Create
index.html
andindex.ts
file.
- Compile
index.ts
withyarn tsc index.ts
and produce anindex.js
file.
- Create an
<h1>Hello</h1>
and connect it toindex.js
. - Open a new tab to access
<PORT>-<Gitpod Workspace URL>
. - See a text saying : Web Sockets Request was expected.
Expected behavior
Display an HTML file and run Javascript in console.