Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work with Apple M1 #9667

Closed
brunoducattii opened this issue May 3, 2022 · 8 comments
Closed

Doesn't work with Apple M1 #9667

brunoducattii opened this issue May 3, 2022 · 8 comments
Labels

Comments

@brunoducattii
Copy link

brunoducattii commented May 3, 2022

In my react native project, the latest version of apollo/client is not making the requests. This is only happening with the Apple M1.

Intended outcome:
Trying to build and open the app

Actual outcome:
The bug occurs when the app is opened both emulator or device. Eternal loading on the requisitions.

How to reproduce the issue:
Update @apollo/cliente from 3.5.9 to any higher version.

Versions

System:
OS: macOS 12.3.1
Binaries:
Node: 16.15.0 - ~/.nvm/versions/node/v16.15.0/bin/node
Yarn: 1.22.18 - ~/Desktop/jurishand/app/node_modules/.bin/yarn
npm: 8.5.5 - ~/.nvm/versions/node/v16.15.0/bin/npm
Browsers:
Chrome: 101.0.4951.54
Safari: 15.4
npmPackages:
@apollo/client: 3.5.10 => 3.5.10

@VagishVela
Copy link

Was it working in previous versions of apollo client?

@brunoducattii
Copy link
Author

Yes! @VagishVela

@Off2Race
Copy link

Off2Race commented May 6, 2022

Hi, @joaotmachado – I don't think your issue is M1-related. Check out issues #9689 and #9668. I'm personally having a similar problem after upgrading from 3.5.9 to 3.5.10 and I can reproduce the issue on both M1 and non-M1 machines.

@estiventhneira
Copy link

I have the same issue in M1, cant reproduce it in Intel CPU

@dominik-myszkowski
Copy link

dominik-myszkowski commented May 9, 2022

The same issue is for any React Native project which is being tested on Mobile device/emulator (not only IOS) on version > 3.5.10. The web version of native project is still working properly.

@benjamn
Copy link
Member

benjamn commented May 9, 2022

Can folks try running npm i @apollo/client@beta to get version 3.7.0-alpha.3, which includes a change that has helped solve some other React Native problems (#9675)?

@estiventhneira
Copy link

estiventhneira commented May 9, 2022

@benjamn 3.7.0-alpha.3 work for me! thanks :) I will be waiting for the stable version

@bignimbus
Copy link
Contributor

Hi all, closing this issue it appears that this issue is resolved as of the 3.7 release. Please let us know if you need further support 🙏🏻

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

8 participants