when opening Apache Superset, it keeps loading on the welcome page itself

368 Views Asked by At

After installation superset in python environment try to open superset but after login its keep loading in welcome page itself. In log I am getting

2023-10-17 12:22:03,990:INFO:werkzeug:127.0.0.1 - - [17/Oct/2023 12:22:03] "←[32mGET /superset/welcome/ HTTP/1.1←[0m" 302 -

I try to fix using below code

# Build javascript assets
cd superset-frontend
npm ci
npm run build

But I am not able to find superset-frontend folder in my machine.

can anyone help on this?

0

There are 0 best solutions below