Closed benomatis closed 4 years ago
Good catch. I think we should do some work there for actually supporting this better, but this is not for this PR.
@pvinis: Good catch. I think we should do some work there for actually supporting this better, but this is not for this PR.
Would be nice to create an issue for this if you already have ideas in mind 😄
Let's merge this for now, because it's better to show the file than to show an error 😅
@pvinis: Good catch. I think we should do some work there for actually supporting this better, but this is not for this PR.
Would be nice to create an issue for this if you already have ideas in mind 😄
I guess this will have to be done with apache mod_rewrite, to keep the URL with the custom app name in the path, but show the content of the file with the original path.
My idea was to not show the original, basically #208.
Possibly broke this: https://react-native-community.github.io/upgrade-helper/?from=0.60.6&to=0.61.5
Possibly broke this: https://react-native-community.github.io/upgrade-helper/?from=0.60.6&to=0.61.5
Looks like it's broken by eeea806ed25e9e1cbca66f5c2f1dd0f1d907163a instead.
Thanks for notifying this issue @elie222 and thank you @benomatis for pinpoint where the problem was.
I just reverted the version bump in https://github.com/react-native-community/upgrade-helper/commit/eeea806ed25e9e1cbca66f5c2f1dd0f1d907163a so the latest build should be working.
@lucasbento Yup, I can confirm, it works with the old version. @elie222 All good for you too?
Yup, thanks! https://react-native-community.github.io/upgrade-helper/?from=0.60.6&to=0.61.5 works great
If you change the App Name on top, then click on View file or the download icon, you'll get redirected to a dead link because the app name is also replaced in the path to the one the user set.
I changed it so it reverts to the default RnDiffApp only for view and download to prevent the 404 error.