Skip to content
Advertisement

“NetworkError when attempting to fetch resource.” only on Firefox

I’m doing a POST request from my frontend using fetch API. But when I tried in Firefox, it doesn’t work. In Chrome works fine.

Here’s what I’m trying to do.

JavaScript

Advertisement

Answer

So, guys, here’s the solution.

The problem was the time for refreshing the form, is refreshing before send it. To solve this, set to refresh the form on response, and is done!

JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement