Hi, I made this web app with react and when I call the APIs from chrome on desktop they work perfectly fine. When I open the web app on chrome android all API requests fail with the following error: TypeError: Failed to fetch. Now I know that there are differences between development and production or local and remote but I don't think these differences extend to simple http calls. Do you think it might have something to do with CORS?
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de ticao2 🇧🇷 pt-BR
em 1 setembro 2024 às 10:04 AM
I am not a code developer.
I don't know if it's a CORS issue.
But if it is, I can just point out others with similar issues.
CORS Issues
See if this research can help.
https://www.themoviedb.org/talk/search?advanced_search=&query=CORS&with_category=&with_status%5B%5D=closed&with_status%5B%5D=open
In some of the topics the problem was solved.
https://www.themoviedb.org/talk/5f55e3dd713ed40037f090d4
https://www.themoviedb.org/talk/5833110992514162cf03b7bd
https://www.themoviedb.org/talk/5c5dff05925141338cbce2db
https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSNotSupportingCredentials
And this
https://www.themoviedb.org/talk/5f621eae93388b003864513c
https://www.themoviedb.org/talk/5eb07271a13533001b72740a
If you are unable to resolve with this information, I suggest that you post a new topic with Issue CORS in the title, or something like that.
This makes it easier to get help from Travis Bell, the administrator, who has the necessary knowledge and power to solve the problem.
Resposta de stivengjinaj
em 1 setembro 2024 às 3:05 PM
Seems like the problem is not CORS, rather than DNS I guess. When I use VPN everything works. Anyways it's annoying.
Resposta de ticao2 🇧🇷 pt-BR
em 1 setembro 2024 às 5:31 PM
In some countries there are problems with Cloudflare DNS service. 1.1.1.1
I don't know which country you are in.
Try changing to Google's. 8.8.8.8
Or any other.
Resposta de stivengjinaj
em 2 setembro 2024 às 4:45 AM
Setting dns to 8.8.8.8 works but I can't make a web app that doesn't work if users don't have the dns set to 8.8.8.8
Resposta de ticao2 🇧🇷 pt-BR
em 2 setembro 2024 às 8:26 AM
I'm sorry but I don't know how to help.
Does the problem occur everywhere in the city?
Does it occur with all ISP, Internet Service Providers?
If possible, can you tell me which country you are in?
Resposta de stivengjinaj
em 2 setembro 2024 às 10:41 AM
Albania. I'll try to send the requests from a proxy server, maybe it works