then I access the code server via my http://my-ip:8080/ but it did not show icon on the console
\nAny body have a suggestion to fix this issue?
\nThanks a lot!
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?
-
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.
-
Are there any error messages in the browser console or failed requests in the network tab? |
Beta Was this translation helpful? Give feedback.
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?