You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Token models don't load because hard-coded default url (https://api.telosfoundation.io) is stale and remote-config is slow.
This occurs on cold boot but subsequent app starts are ok.
To Reproduce
Steps to reproduce the behavior:
Kill app and delete memory
Install app (start debugger on dev build)
Join as an account which has ecosystem tokens
Only the hardcoded currency cards show up
Observe startup in debugger
apply patch with delay
observe startup with patch in debugger
Current behavior
Token models don't load on cold boot
Expected behavior
Token models do load on cold boot
Screenshots
Platform & App Version
Android pixel6a phone, Android ver 14
App Version dev version update/from_rainbo branch
Additional context
We can fix this by hardcoding a currently valid url for init, but that will eventually go stale and misses the point of using remote_config.
This behavior of remote config seems wrong, debug message shows we completed activation:
Describe the bug
Token models don't load because hard-coded default url (https://api.telosfoundation.io) is stale and remote-config is slow.
This occurs on cold boot but subsequent app starts are ok.
To Reproduce
Steps to reproduce the behavior:
Observe startup in debugger
apply patch with delay
observe startup with patch in debugger
Current behavior
Token models don't load on cold boot
Expected behavior
Token models do load on cold boot
Screenshots
Platform & App Version
update/from_rainbo
branchAdditional context
We can fix this by hardcoding a currently valid url for init, but that will eventually go stale and misses the point of using remote_config.
This behavior of remote config seems wrong, debug message shows we completed activation:
Go figure. ¯_(ツ)_/¯
See also #1950 on general api robustness.
The text was updated successfully, but these errors were encountered: