I have doubt regarding fetch. Is it possible that fetch can throw network failure error if the request isn't received in a limited amount of time?
I am facing an issue where I connected to Raspberry Pi's wifi and send some config using fetch, I got the appropriate response but if I send a request to a custom made jig and connect to it's wifi I get network failure.
All the requests are being made when connected to Raspberry Pi's wifi or Jig's wifi. So naturally it isn't connected to the internet.
I just want some clarification. And if that is the case how can it be resolved?
Edit:
I think the issue is with android because when I ran the same thing on iOS it worked.