[VS Code, WebIDE]: Quick chat not working in WebIDE
Summary
The Quick chat is unable to get response
This issue happens both in current WebIDE (using VS Code Extension 5.17.0) and also when I locally use main extension branch in WebIDE
| production | latest main branch locally |
|---|---|
| webide-quick-chat-prod | web-ide-quick-chat-local |
Steps to reproduce
Try to use quick chat in production
To run the WebIDE locally, do:
- Clone https://gitlab.com/gitlab-org/gitlab-web-ide
- go to
cd gitlab-vscode-extension - checkout main
git checkout main - install dependencies
npm i - go back to
gitlab-web-idefoldercd .. - run the local development version of WebIDE
yarn run start:example - open
http://localhost:8000 - add your personal access token and enable code suggestions
What is the current bug behavior?
The chat doesn't work
Relevant logs and/or screenshots
It looks like the issue is caused by a failure to establish a web socket connection.
Possible fixes
Edited by Tomas Vik

