shri-arunraj opened a new issue, #1341:
URL: https://github.com/apache/servicecomb-service-center/issues/1341

   **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
   ```
   
   3. run the composer
   4. Visit ** http://127.0.0.1:30103/ **
   5. The Dashboard of service center will not load.
   6. It fails with multiple JS/ HTTP 404 errors. 
   7. See the screen shot
   <img width="1440" alt="Screenshot 2022-09-14 at 2 50 42 PM" 
src="https://user-images.githubusercontent.com/2649050/190115335-4d3e9daa-c32c-41c0-a34d-9d7b97c2ab29.png";>
   
   
   **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.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to