VSCodium / vscodium

binary releases of VS Code without MS branding/telemetry/licensing
https://vscodium.com
MIT License
24.29k stars 1.02k forks source link

Codium-server does not initialize the webui #1844

Open sodomon2 opened 2 months ago

sodomon2 commented 2 months ago

Describe the bug

Hi, I was trying to mount codium to use it in the browser with its reh version, but when I run the initialization script I get only a forbidden it never generates neither the webui nor the token, I tried both the glibc version and the alpine version (my main system), this problem is something that only happened to me with codium-server, when trying code-server or openvscode-server both work as they should.

i was checking and apparently codium-server has some files and directories that are not generated for example the directories out/code, out/editor and other files, I don't know if it is an error in the compilation or it is an internal problem because in the same code-oss-server I also get the same error.

Please confirm that this problem is VSCodium-specific No, the problem also happens in vscode

Please confirm that the issue/resolution isn't already documented It is not

To Reproduce download any version of vscodium-reh and run it Expected behavior A clear and concise description of what you expected to happen.

Screenshots imagen

Desktop (please complete the following information):

daiyam commented 2 months ago

What you want is remote/web in the source of VSCode while REH is only remote VSCodium doesn't provide the feature, yet. Fell free to make a PR.

sodomon2 commented 2 months ago

Is there no way to support it? From what I saw vscodium does generate the missing files and directories but does not organize them.