[Bug] Skywalking UI is giving a blank page when using latest docker image #9602
Replies: 7 comments 1 reply
-
Reproduced without docker-compose by running
|
Beta Was this translation helpful? Give feedback.
-
two container can not communicate by |
Beta Was this translation helpful? Give feedback.
-
This is not "reproduce", you didn't use Docker containers correctly at all |
Beta Was this translation helpful? Give feedback.
-
@Anass-ELGHAOUI the screenshot you posted basically means your OAP is not reachable, it's either unhealthy or not accessible from the webapp |
Beta Was this translation helpful? Give feedback.
-
@Anass-ELGHAOUI please note that https://github.com/apache/skywalking/blob/master/docker/docker-compose.yml is intended to be used after a local build of the Docker images. If you did that, please provide the full steps you run |
Beta Was this translation helpful? Give feedback.
-
Converting to the discussion as this seems not a bug |
Beta Was this translation helpful? Give feedback.
-
@Anass-ELGHAOUI Hi, the same trouble, do you solve it? |
Beta Was this translation helpful? Give feedback.
-
Search before asking
Apache SkyWalking Component
UI (apache/skywalking-booster-ui)
What happened
Skywalking UI is not working when using the lastest docker image, only a blank page is displayed with the following error in the console:

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'getTimeInfo')
.What you expected to happen
functional UI like what was done in the APM distribution
How to reproduce
run docker-compose with the latest image of Skywalking UI and oap server from apache and use the official docker-compose file https://github.com/apache/skywalking/blob/master/docker/docker-compose.yml to run oap server and the UI.
Anything else
No response
Are you willing to submit PR?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions