Logs are not visible after the system updates #54

Open
opened 2026-04-02 13:01:37 +00:00 by mahmoud · 0 comments
Owner

Description

After restarting the node compute system and accessing the UI, real-time logs are not visible during VM deployment.

However, if the browser is refreshed (including a hard refresh) and the deployment process is retried, the real-time logs appear as expected.

Steps to Reproduce

  1. SSH into the kristof6 node (ask me to put your key there and provide you with the machine IP)
  2. Run the following commands:
cd /root/code/forge.ourworld.tf/lhumina_code/hero_compute
git pull && make update && make build && make stop && make start MODE=master
  1. Open the node dashboard in the browser
  2. Navigate to the VM deployment page without refreshing the browser after startup
  3. Start deploying a new VM
  4. Observe that real-time logs are not displayed

Expected Behavior

Real-time deployment logs should be visible immediately without requiring a browser refresh.

Actual Behavior

Real-time logs are not displayed unless the browser is refreshed before starting the deployment.

Additional Notes

  • Only one refresh should be required after updating the system, not before each deployment
  • Ensure you are using a master node to access Explorer mode
### Description After restarting the node compute system and accessing the UI, real-time logs are not visible during VM deployment. However, if the browser is refreshed (including a hard refresh) and the deployment process is retried, the real-time logs appear as expected. ### Steps to Reproduce 1. SSH into the `kristof6` node (ask me to put your key there and provide you with the machine IP) 2. Run the following commands: ```sh cd /root/code/forge.ourworld.tf/lhumina_code/hero_compute git pull && make update && make build && make stop && make start MODE=master ``` 3. Open the node dashboard in the browser 4. Navigate to the VM deployment page without refreshing the browser after startup 5. Start deploying a new VM 6. Observe that real-time logs are not displayed ### Expected Behavior Real-time deployment logs should be visible immediately without requiring a browser refresh. ### Actual Behavior Real-time logs are not displayed unless the browser is refreshed before starting the deployment. ### Additional Notes - Only one refresh should be required after updating the system, not before each deployment - Ensure you are using a master node to access Explorer mode
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_compute#54
No description provided.