Error in Unibotics - Lower Panels Not Displaying Properly

Dear Unibotics Support Team,

I am experiencing an issue while using Unibotics with the jderobot/robotics-backend:4.6.18 Docker image. The lower panels in the interface are displaying an error, as shown in the attached screenshot.

Issue details:

  • The top-left panel (code editor) and the top-right panel (track visualization) appear to be working correctly.
  • However, both bottom panels show an error icon, preventing me from accessing any relevant information.
  • No additional error messages are displayed on the screen.

System information:

  • Operating System: macOS (Apple Silicon)
  • Docker Image Used: jderobot/robotics-backend:4.6.18
  • Docker Execution Command:
    docker run -d --platform=linux/amd64 -p 8080:8080 jderobot/robotics-backend:4.6.18
    
    

Error logs from Docker:

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8)
WARNING: nvidia-smi not available or failed, skipping NVIDIA GPU.
Warning: No GPU found for valid vendors: 'nvidia amd intel microsoft'
Falling back to CPU-only mode.

Could you please assist me in resolving this issue?
Let me know if you need further information.

Best regards.

Hi pena_paula.

I’m Carlos, a Unibotics developer. I have noticed your Docker Execution Command is missing the two ports that connect the lower pannels to the frontend.

The instructions of how to launch properly a Robotics Backend on your machine is shown here: https://unibotics.org/instructions/

Use the first command shown on the url above and replace the final part (the tag ‘latest’ with your RB version).

I hope you found this information useful. Thank you for asking and reporting.

Best regards,
Carlos.

Hi Carlos,

Thank you very much for your response and help. I followed the instructions from the link you shared, and after making the necessary adjustments, I finally got it to work correctly.

I appreciate the guidance. Thanks again!

Best regards.