devspace-sh / devspace

DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
https://devspace.sh
Apache License 2.0
4.38k stars 361 forks source link

Devspace ui fails for v6.3.13 #2899

Closed weg-da closed 1 month ago

weg-da commented 1 month ago

What happened?
I ran "devspace ui" from cli. In cli everything as expected:

info Using namespace 'test-namespace'
info Using kube context 'minikube'
info Start listening on http://localhost:8090

When I open http://localhost:8090 in the browser (chrome) nothing is presented. In the Chrome Dev Tools console this error is shown:

 index.tsx:6 Uncaught TypeError: o.render is not a function
    at Module.<anonymous> (index.tsx:6:1)
    at i (bootstrap:19:22)
    at Object.<anonymous> (main.a9eb55d6.js:1:298982)
    at i (bootstrap:19:22)
    at bootstrap:83:10
    at main.a9eb55d6.js:1:913

What did you expect to happen instead?
Devspace ui opens in the browser.

How can we reproduce the bug? install devspace version 6.3.13 run in cli: devspace ui and open link with browser

Local Environment:

Current Fix use Devspace version: 6.3.12

CKnoppas commented 1 month ago

i can confirm this bug. browser shows the same error message as mentioned by @weg-da .

nethi commented 1 month ago

Facing the same issue here.