-
Notifications
You must be signed in to change notification settings - Fork 985
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
Store nodes are not available on IOS #19736
Comments
@pavloburykh : does this happen only on iOS? Could you pls check if this happens on Android too? |
As discussed @jo-mut will take this over |
I am not reproducing on Android, that's why I mentioned in the issue that this is IOS only. |
@jo-mut @siddarthkay hey guys! Curious if there are any updates on this? It kinda blocks us from testing some features (which require connection to store node) on IOS. Maybe we should think about reverting changes in case it is not an easy fix and requires more time for investigation? |
@pavloburykh we may need sometime to investigate it, we are looking into it, we will give an update in the afternoon |
Great! Thank you @jo-mut! |
I am actually reproducing this on Android too, seems not to be ios only
|
Hi @jo-mut. The fact that you are unable to fetch community does not mean you are facing the issue which is described here. Could you please provide me a link to community you are trying to fetch? The reason why community is not fetched for you might be the following:
Unable to fetch communities (as well as unable to restore backed upa data) is not the bug which is described in this issue but only one of the symptoms of the problem. The main problem is unable to connect to store node (this is actually described in issue description). Have you checked if your Android device is connected to store node? In order to check if your device is connected to store node you need to go to Profile - Legacy settings - Sync settings - Status nodes. Check if connected store node is displayed in Status nodes. In my case it is empty for IOS and displayed on Android (see screenshots below). IOS: Android: Also, if you check IOS geth log which I have attached to this issue (in the description) you will see the following:
This means the app is unable to connect to mailservers. And it happens to me only on IOS. |
@pavloburykh : #19798 should fix this issue. |
fixes #19736 Corresponding go PR status-im/status-go#5093 This commit fixes DNS resolution inside status-go by forcing pure go resolver at build time. Reference -> https://pkg.go.dev/net#hdr-Name_Resolution Store nodes must be available on Android & iOS app. - Android - iOS status: ready
status-im/status-go@90b18d4...b124e2b fixes #19736 Corresponding go PR status-im/status-go#5093 This commit fixes DNS resolution inside status-go by forcing pure go resolver at build time. Reference -> https://pkg.go.dev/net#hdr-Name_Resolution Store nodes must be available on Android & iOS app. - Android - iOS status: ready
status-im/status-go@90b18d4...b124e2b fixes #19736 Corresponding go PR status-im/status-go#5093 This commit fixes DNS resolution inside status-go by forcing pure go resolver at build time. Reference -> https://pkg.go.dev/net#hdr-Name_Resolution Store nodes must be available on Android & iOS app. - Android - iOS status: ready
Regression of #19564 cc @siddarthkay
Tested on IOS 16.7.7, iPhone 10
Steps:
Actual result: Store nodes are not found on IOS. Unable to fetch communities / restore data, etc.
logs (33).zip
The text was updated successfully, but these errors were encountered: