An error has occurred :-(

Usual error causes

  1. Server Unreachable: The server hosting the application or API endpoints is down or unreachable.
  2. Timeouts: Slow network causing requests to time out.
  3. Blocked Resources: Firewalls, VPNs, or browser extensions blocking required resources (e.g., CSS, JS, or APIs).

Troubleshooting Steps:

  1. Check the Browser Console: Look for JavaScript errors or network failures.
  2. Inspect Network Calls: Use developer tools to inspect API requests and their responses.
  3. Clear Cache: Clear browser cache or perform a hard refresh (Ctrl+Shift+R or Cmd+Shift+R).
  4. Retry After Some Time: Wait for intermittent network or server issues to resolve.