devspace-sh/devspace

devspace ui shows a blank page

Closed this issue · 3 comments

What happened?
When running devspace ui it shows a blank page with the following javascript error:

Uncaught TypeError: o.render is not a function
    at Module.<anonymous> (main.a9eb55d6.js:1:539763)
    at i (main.a9eb55d6.js:1:110)
    at Object.<anonymous> (main.a9eb55d6.js:1:298982)
    at i (main.a9eb55d6.js:1:110)
    at main.a9eb55d6.js:1:903
    at main.a9eb55d6.js:1:913

Help appreciated on pointing out how to debug it and provide more info here.

Local Environment:

  • DevSpace Version: 6.3.12
  • Operating System: mac
  • ARCH of the OS: ARM64
    Kubernetes Cluster:
  • Cloud Provider: aws
  • Kubernetes Version: v1.30.2

duplicate of #2899

I had the same issue changed version to 6.3.4 from latest and it's working

curl -L -o devspace 'https://github.com/loft-sh/devspace/releases/download/v6.3.4/devspace-linux-arm64' 

Closing as it's a duplicate of 2899