Forum Discussion

solana's avatar
solana
Creator I
2 months ago

Failed to Fetch error

Hi all, I have been getting a 'failed to fetch' message over the past month when opening and searching across Aras. I get the message and the content usually won't load, but sometimes does. It's very intermittent (few times per week), and I've tried local troubleshooting but am not having any luck getting it to go away permanently.

 Has anyone seen this? 
I'm on version 22 (SaaS).

2 Replies

  • Thanks, I was finally able to capture the error with the network log.

  • Hi Solana,

    I would suggest:

    Step 1: Check the Browser DevTools

    1. Open DevTools (F12 or right-click → Inspect)
    2. Go to the Network tab
    3. Reproduce the error
    4. Look for your failed request - it will show as red or canceled

    What to look for:

    • Status: Failed, Canceled, or CORS error
    • Response: Empty or error message
    • Headers: Missing CORS headers or wrong content type

    Step 2: Test the URL Directly

    Copy the exact URL your code is trying to fetch and paste it into a new browser tab. This helps identify:

    • Typos in the URL
    • Server availability
    • Authentication requirements

    Cheers

    Coooooooooooop