Hi Fabina, Can you try following seteps Check Console for Errors: Open browser dev tools (F12) and inspect the console for JavaScript errors. Network Tab: Check if API requests or WebSocket connections fail in the "Network" tab. Async Code: Ensure async/await or Promise chains are handled correctly. Script Conflicts: Review if other scripts on the site are conflicting with yours. Event Listeners: Ensure event listeners for real-time data are properly attached. Error Logs: Add more logging to trace what fails during updates. I hope this will help you to resolve this issue.......