Skip to content

[Bug] Frontend crashes after a few minutes due to 404 error on /cdn-cgi/rum #122

@Sandrolaxx

Description

@Sandrolaxx

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.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions