Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Image servicecomb/scfrontend:latest is not working. Failing Http 404 found error #1341

Open
shri-arunraj opened this issue Sep 14, 2022 · 2 comments
Labels

Comments

@shri-arunraj
Copy link

Describe the bug
Using the docker image servicecomb/scfrontend:latest to install the service center frontend. After the install cannot load the UI running in the port 30103.

It is failing with multiple HTTP 404 Error as it tries to download the JS files.

To Reproduce
Steps to reproduce the behavior:

  1. Run the below docker compose file
version: '3.3'
services:
  ##########################################################
  service-center:
    tty: true
    image: servicecomb/service-center
    environment:
      TRACING_SERVER_ADDRESS: http://127.0.0.1:9411
      TRACING_COLLECTOR: server
    container_name: service-center-test
    ports:
      - '30100:30100'
    networks:
      comb-network:
        aliases:
          - service-center
  scfrontend:
    depends_on:
      - service-center
    image: 'servicecomb/scfrontend:latest'
    # restart: always
    ports:
      - "30103:30103"
    environment:
      SC_ADDRESS: service-center
    networks:
      comb-network:
        aliases:
          - service-center-ui
##########################################################
networks:
  comb-network:
    driver: bridge
  1. run the composer
  2. Visit ** http://127.0.0.1:30103/ **
  3. The Dashboard of service center will not load.
  4. It fails with multiple JS/ HTTP 404 errors.
  5. See the screen shot

Screenshot 2022-09-14 at 2 50 42 PM

Expected behavior

Service center Front end should load.

Platform And Runtime (please complete the following information):

Platform

  • OS: Mac OS (iOS)
  • Browser both chrome & safari
  • Version : MAC OS MONTERY 12.5.1 (21G83)

Runtime

  • Version MAC OS MONTERY 12.5.1 (21G83)

Additional context
The service Center Front end installed with run time executable (tar.gz) works fine. Only docker image is faulty.

@shri-arunraj
Copy link
Author

@little-cui @liubao68 It seems the docker image of service center frontend servicecomb/scfrontend hosted in docker hub registry is bit outdated and the last update made was a year ago. It's not working as expected.
Can you help push latest in to docker hub.? or any alternate solution to We are blocked as the docker image of frontend is not working.

Appreciate quick response to this..

@little-cui
Copy link
Member

Yes, images in dockerhub are out of date, we are working on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants