Kudo Chien
Kudo Chien
@oftoapp that sounds strange to me. do you have any predefined `EXPO_DEBUG` environment variable and its value is not a boolean like value? to troubleshoot the problem further, could you...
would be good if someone could help to check the error stacktrace. if that the same from `Uncaught Error Error: GetEnv.NoBoolean: is not a boolean.`, would be good to help...
hi there! the minimal reproducible example you provided is a sdk 45 project which is inconsistent with the `expo-env-info` information you mentioned. could you double check for the repro?
@pullmann4rent wondering whether this case still happening to you?
how about this command? `curl.exe --verbose -I https://api.expo.dev/v2/versions/latest`
hi there! how about testing another endpoint? `curl --verbose -I https://api.expo.dev/v2/manifest/sign` and also check testing the url `https://api.expo.dev/v2/manifest/sign` in browsers.
it seems the new fingerprint e2e on ios is failed. btw i would recommend that if we could find a way to aggregate these updates e2e tests. ![Screenshot 2024-05-05 at...
don't want to block this work. we could merge is as long as current fingerprint e2e is passed. we could work on incremental eas build in the future. (i could...
looks like the issue is resolved by sdk 51. would be helpful if you could try sdk 51 a little bit.
> LGTM, should we upstream these changes as well? maybe later. the upstream's DevServerHelper has more hardcoded "http" than this. let's propose changes of full support later