-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Image not showing up #4658
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
Comments
I'm seeing the same issue: code-server: v3.12.0 |
@ggvick Are there any logs in the browser console? Are you accessing via https? |
I'd saw the same issue wehn I opened any image file,
And capture console logs at browser as below : Activating extension 'hediet.vscode-drawio' failed: Cannot find module '/home/xxx/.local/share/code-server/extensions/hediet.vscode-drawio-999.0.0-alpha/dist/extension/index'
|
Typically an image won't show up if you're accessing via HTTP (in which case service workers are disabled by the browser). I tested in 4.0.1 and cannot reproduce. I'm going to close this for now since we don't have any new information and can't reproduce. If it's still an issue, please open a new bug report! |
code-server --version
: 3.12Steps to Reproduce
Expected
It shows me the image selected
Actual
no image shows up, its just blank and says nothing.
Nothing shows up. No logs to provide for this because there are no errors, even with the debug.
I uploaded an image that I know works because I previewed it on my device before uploading. It still did not show.
Screenshot
Notes
I uploaded an image that I know works because I previewed it on my device before uploading. It still did not show.
This issue can be reproduced in VS Code: Yes
The text was updated successfully, but these errors were encountered: