Network API - fetch() fails on IPv4, but works on IPv6

Hey there,

I am developing an app in Expo. I use fetch to get locations near me.
I got two ISPs, one works on IPv6 and another one on IPv4.
When I fetch() the using IPv6 ISP, it works. But when I use the IPv4 ISP, fetch throws an error Network Request Failed.

https://maps.googleapis.com/maps/api/place/queryautocomplete/json?sensor=true&key=XXXXXXXXX&radius=10000&input=KFC

Thanks!!!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.