DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
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
What happened?
I ran "devspace ui" from cli. In cli everything as expected:
When I open http://localhost:8090 in the browser (chrome) nothing is presented. In the Chrome Dev Tools console this error is shown:
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