Skip to content
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

SVGs for providers and IDES not showing due to Nelify issue #1662

Open
joshyorko opened this issue Feb 21, 2025 · 0 comments
Open

SVGs for providers and IDES not showing due to Nelify issue #1662

joshyorko opened this issue Feb 21, 2025 · 0 comments
Labels

Comments

@joshyorko
Copy link

joshyorko commented Feb 21, 2025

What happened?

  • The Kubernetes provider icon in the DevPod UI is broken. The image URL (https://devpod.sh/assets/kubernetes.svg) returns a 404 error, so the provider card shows a missing image icon instead of the Kubernetes logo.
  • The same issue occurs for the IDE icons (e.g., VS Code, JetBrains) when creating a new workspace. Their SVGs also appear to be missing or misconfigured in the CDN, resulting in broken image placeholders on the "Create Workspace" screen.

Image

Image

Image

Image

What did you expect to happen instead?

  • The Kubernetes provider card should display the Kubernetes logo correctly.
  • The IDE icons should appear properly when creating a new workspace.

How can we reproduce the bug? (as minimally and precisely as possible)

  1. Open DevPod and go to Providers.
  2. Add (or view) a Kubernetes provider.
    • Notice that the image for the Kubernetes provider fails to load.
  3. Go to Create Workspace.
    • Observe that the IDE icons (e.g., VS Code) also fail to load.

Local Environment:

  • DevPod Version: 0.1.19
  • Operating System: Tested on Windows 10 and Windows 11 (same result)
  • ARCH of the OS: AMD64

DevPod Provider:

  • Cloud Provider: N/A
  • Kubernetes Provider: v1.19 (kubectl version)
  • Local/remote provider: Kubernetes
  • Custom provider: None

Anything else we need to know?

  • Both https://devpod.sh/assets/kubernetes.svg and the IDE icons (e.g., https://devpod.sh/assets/vscode.svg) return 404 errors. This seems to be a CDN or path misconfiguration issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant