You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
Open DevPod and go to Providers.
Add (or view) a Kubernetes provider.
Notice that the image for the Kubernetes provider fails to load.
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.
The text was updated successfully, but these errors were encountered:
What happened?
https://devpod.sh/assets/kubernetes.svg
) returns a 404 error, so the provider card shows a missing image icon instead of the Kubernetes logo.What did you expect to happen instead?
How can we reproduce the bug? (as minimally and precisely as possible)
Local Environment:
DevPod Provider:
kubectl version
)Anything else we need to know?
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.The text was updated successfully, but these errors were encountered: