Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • suroh 80

    @m3astwood

    Posted

    Hi Enrico,

    I had this issue in Firefox also. In your fetch request add in cache: 'no-cache' as an option. Code snippet below :

    ...
    fetch('https://api.adviceslip.com/advice',  { cache: 'no-cache' })
    ...
    

    Details can be found here

    Hope this helps!

    Marked as helpful

    0