Impossible to run dev-server #35618
Replies: 1 comment 1 reply
-
Yes, you can work around frontend build failures by using a pre-built Superset Docker image and injecting your custom frontend code. The standard approach is to build your custom frontend assets locally (outside Docker), then either mount them into the container or extend the image. For development, Superset's Docker setup mounts the local
This method requires you to build the frontend assets on your host machine (using To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have tried several solutions to no avail, docker compose just seems to fail at npm run build with no error logs, I have tried to switching to a computer with higher specs but same problem occur. Is there a way to workaround this via pulling the readily available image and injecting my custom frontend code to the container?
Beta Was this translation helpful? Give feedback.
All reactions