[Question] Coder Server didn't show icon via HTTP protocol #6997
-
Hi all, when I tried to deploy coder-server in an AWS EC2 instance via this command: and configured:
then I access the code server via my http://my-ip:8080/ but it did not show icon on the console Any body have a suggestion to fix this issue? |
Beta Was this translation helpful? Give feedback.
Answered by
code-asher
Sep 13, 2024
Replies: 1 comment 3 replies
-
Are there any error messages in the browser console or failed requests in the network tab? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No need to worry about
vsda.js
, that is not available in the open source version of VS Code.The
browserObject
error is interesting. What browser and version are you using?But the font error is definitely the one causing the issue. Are you able to directly open
http://my-ip:8080/stable-34c6751bf8ae4e343f908d8aee691a4778f1d3a2/static/out/vs/base/browser/ui/codicons/codicon/codicon.ttf?5d4d76ab2ce5108968ad644d591a16a6
and download the font? Or does it show HTML or something instead?