cancel
Showing results for 
Search instead for 
Did you mean: 
kt99
Cadet
Cadet
  • 355 Views

UI not working for "Lab: Comprehensive Review"

Hello,

 

I have completed below tasks:

  • Create two Podman networks called beeper-backend and beeper-frontend that have DNS enabled.

  • Create a PostgreSQL database container

  • Create a container image for the Beeper API 
  • Create a container for the Beeper API
  • Create a container image for the Beeper UI 
  • Create a container for the Beeper UI 
  • Now while running UI at http:/localhost:8080, "New Beep" message is not visible. Instead getting RHEL Test page
  •  
  • kt99_0-1756293094466.png

     

  • kt99_1-1756293157286.png

     

  • kt99_2-1756293181373.png

     

5 Replies
Chetan_Tiwary_
Community Manager
Community Manager
  • 317 Views

@kt99 did you check all the steps again , just to confirm ? I will take a look and let you know if I am able to reproduce this issue in the labs.

0 Kudos
kt99
Cadet
Cadet
  • 285 Views

Hi,

Yes, I have followed all the steps correctly.

I am also attaching the Container Files used for creating a container image for the Beeper API & Beeper UI.

kt99_0-1756354436428.png

Could you please check and confirm, if the below cmd used in container file for Beeper UI is correct or not ?

COPY --from=builder /opt/app-root/src /usr/share/nginx/html

 

Best regards

 

 

 

Chetan_Tiwary_
Community Manager
Community Manager
  • 250 Views

@kt99 were you getting the live grading as all successful after you finish the lab ?

Chetan_Tiwary__0-1756399612009.png

one thing it did was after some pre configured time - automatically ran the lab finish command and removed everything - so if this happened with you as well then you wont be able to access the UI.

0 Kudos
_devnull_
Mission Specialist
Mission Specialist
  • 155 Views

In the Lab Guide it says:

  • Run the npm run build command in the application directory to build the application. This command saves the built artifacts in the /opt/app-root/src/dist directory.

In your screenshot you are copying the content from /opt/app-root/src to the runtime container, which is not the correct source directory.

Chetan_Tiwary_
Community Manager
Community Manager
  • 136 Views

@_devnull_ yes I think you are right!

0 Kudos
Join the discussion
You must log in to join this conversation.