-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Extension icons don't load #627
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
@t-d-d If you |
From Chrome console log:
It's served from sub-path Note that I fetch and unzip the extensions directly from ms marketplace, not from coder.com (waiting on #124) Are they built differently or should they be identical? Just noticed another one emitted for git extension:
|
I've actually found that the issue went away when I deployed behind a newer k8s nginx ingress controller. Which led me to look at how the rewrite rules are generated. Which lead me to find an erroneous extra '/' in my URL! Closing. |
hello @t-d-d, would you mind sharing your ingress definitions? |
code-server
version: 1.939-vsc1.33.1Description
Some extension icons for the tool bar fail to load.
Steps to Reproduce
Chrome console log reports resource failed to load - Host Not Found. URL it's trying to load is missing the hostname: http://my_sub_path/resource/home/coder/.local/share/code-server/extensions/chrome-preview/resources/icon.svg
Note that I am hosting on a path - my_sub_path.
The text was updated successfully, but these errors were encountered: