@Enrico-BarrosSubmitted over 1 year ago
For some reason the app doesn't work in firefox. If anyone can help me I appreciate it. (Solved!)
For some reason the app doesn't work in firefox. If anyone can help me I appreciate it. (Solved!)
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!