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.59k stars 109 forks source link

Upgrade helper unable to populate react-native versions in dropdown #336

Open bhishaksanyal opened 1 year ago

bhishaksanyal commented 1 year ago

Bug

Upgrade helper cannot populate react-native versions and the dropdown keeps showing the loader.

Screenshot 2022-12-18 at 8 17 42 PM

React Native versions

Chrome browser

Steps to reproduce

  1. One this URL - https://react-native-community.github.io/upgrade-helper/

Describe what you expected to happen:

  1. Expected to load the dropdown and show release versions to choose from.
faris-mohamed10 commented 1 year ago

Same issue here, was working till yesterday. Any idea?

akshay0716 commented 1 year ago

same issue nit able to get options ![Uploading Screenshot 2022-12-25 at 12.50.29 PM.png…]()

tushar-letstransport commented 1 year ago

+1

poojasolanki9569 commented 1 year ago

I am also facing the same issue, can anyone please help?

krupalagravat commented 1 year ago

+1

rahulkumawat945 commented 1 year ago

The issue is caused by a time-out in the call to raw.githubusercontent.com that internally pulls the details from this file. : RELEASES but while call goes into time-out we don't get any data. After exploring around, it appears that DNS issues are the main reason why such calls fail. I found the solution by altering the DNS server address(changed it to 8.8.8.8). Although it didn't seem to be a long-term fix, it seemed to work for me at the time.

Here is the discussion concern to raw.githubusercontent.com : 32889

Hope this is helpful👍🏻