Description:
While navigating the application and reading the documentation, the frontend consistently crashes after approximately 4 to 5 minutes of usage. The issue seems to be triggered by a failed background request.
Steps to Reproduce:
- Open the application.
- Navigate to the documentation section.
- Stay active on the page for 4–5 minutes.
- Observe the network tab and the UI.
Expected Behavior:
The application should remain stable, and background monitoring requests should not interfere with the user interface.
Actual Behavior:
The application makes a POST request to /cdn-cgi/rum, which returns a 404 Not Found error. Immediately after this, the frontend stops responding or breaks completely.
Technical Details:
Failed Endpoint: POST /cdn-cgi/rum
Error Code: 404
Time to Crash: 4-5 minutes after session start.

Description:
While navigating the application and reading the documentation, the frontend consistently crashes after approximately 4 to 5 minutes of usage. The issue seems to be triggered by a failed background request.
Steps to Reproduce:
Expected Behavior:
The application should remain stable, and background monitoring requests should not interfere with the user interface.
Actual Behavior:
The application makes a POST request to /cdn-cgi/rum, which returns a 404 Not Found error. Immediately after this, the frontend stops responding or breaks completely.
Technical Details:
Failed Endpoint: POST /cdn-cgi/rum
Error Code: 404
Time to Crash: 4-5 minutes after session start.