Skip to content

Got 404 'no such file or directory, stat ...webPackagePaths.js' #4342

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
aztack opened this issue Oct 12, 2021 · 2 comments · Fixed by #4310
Closed

Got 404 'no such file or directory, stat ...webPackagePaths.js' #4342

aztack opened this issue Oct 12, 2021 · 2 comments · Fixed by #4310
Labels
bug Something isn't working

Comments

@aztack
Copy link

aztack commented Oct 12, 2021

OS/Web Information

  • Web Browser: Chrome 94.0.4606.61 (x86_64)
  • Local OS: MacOS 10.15.7
  • Remote OS:
  • Remote Architecture:
  • code-server --version:

Steps to Reproduce

commit SHA1: 271bc06 (origin/main)
follow instruction on CONTRIBUTING

  1. yarn
  2. yarn build
  3. yarn build:vscode
  4. yarn release
  5. cd release
  6. yarn --production
  7. node .
  8. open https://localhost:8080/login
  9. login with password in ~/.config/code-server/config.yaml

Expected

VSCode shou up

Actual

Black empty page

Logs

https: -- Using "http://127.0.0.1:41091"
https: -- Using "http://127.0.0.1:41091"
[2021-10-12T12:22:50.276Z] info  code-server 3.12.0 271bc067540c829e75537fe75b17b7f3598b2fce
[2021-10-12T12:22:50.276Z] info  Using user-data-dir ~/.local/share/code-server
[2021-10-12T12:22:50.622Z] info  Using config file ~/.config/code-server/config.yaml
[2021-10-12T12:22:50.622Z] info  HTTP server listening on http://127.0.0.1:8080
[2021-10-12T12:22:50.623Z] info    - Authentication is disabled
[2021-10-12T12:22:50.623Z] info    - Not serving HTTPS
[main 2021-10-12T12:23:36.149Z] Error: ENOENT: no such file or directory, stat '/Users/<user>/code-server/release/vendor/modules/code-oss-dev/out/vs/webPackagePaths.js'
[main 2021-10-12T12:23:36.275Z] Error: ENOENT: no such file or directory, stat '/Users/<user>/code-server/release/vendor/modules/code-oss-dev/out/vs/webPackagePaths.js'

Screenshot

image

@aztack
Copy link
Author

aztack commented Oct 12, 2021

v3.12.0 is ok

@code-asher
Copy link
Member

Thank you for reporting this! It will be fixed by the linked PR.

@code-asher code-asher added the bug Something isn't working label Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants