react-native-community / upgrade-helper

⚛️ A web tool to support React Native developers in upgrading their apps.
https://react-native-community.github.io/upgrade-helper
MIT License
3.67k stars 112 forks source link

UNABLE To Fetch RN versions in the list #352

Open akshatkumawat opened 1 year ago

akshatkumawat commented 1 year ago

Bug

React Native versions

Steps to reproduce

Describe what you expected to happen:

  1. Open The tool

  2. Select the current version ( But it doesnt fetch )

  3. Select the Newer version ( But it doesnt fetch )

nemapranay commented 1 year ago

Same issue with me

Screenshot 2023-06-05 at 11 44 36 AM

curl 'https://raw.githubusercontent.com/react-native-community/rn-diff-purge/master/RELEASES' \ -H 'sec-ch-ua: "Google Chrome";v="113", "Chromium";v="113", "Not-A.Brand";v="24"' \ -H 'Referer: https://react-native-community.github.io/' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed

KevinHu2014 commented 1 year ago

Hi @akshatkumawat @nemapranay, I hope you're doing well. I wanted to check in and see if the issue we discussed earlier is still ongoing. (If not, let's consider closing the issue)

AdarshJais commented 1 year ago

this start to come agian!!

niftytushar commented 1 year ago

Facing the same issue

ashish293 commented 1 year ago

Facing same issue

profaddy commented 1 year ago

Facing the same issue, do we have alternative upgrade helper

niftytushar commented 1 year ago

I was able to resolve this problem by adding the following DNS entry to my network:

8.8.8.8
ashish293 commented 1 year ago

I was able to resolve this problem by adding the following DNS entry to my network:

8.8.8.8

This solution worked for me, thanks

sindhusingh commented 11 months ago

I encountered the same issue, but it was resolved when I switched my internet connection. It appears that my internet provider was restricting access to the API responsible for fetching dropdown values.

corgiyun commented 8 months ago

8.8.8.8

This works for me, thanks