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
When a user creates their initial account (or imports an existing account to a fresh install) carpe does not automatically connect to the network and sync. There is no notification that carpe is offline in this scenario, resulting in new users being confused after onboarding as their wallet continues to display "account not on chain" and still instructs them to onboard. Users must go to settings and click use playlist and then restart carpe to fix this state. Note, simply clicking use playlist does not work, nor does restarting - user must do both actions.
Additionally, if a user restarts carpe (without clicking use playlist first) they are shown the "not connected to chain" banner upon launch, clicking the "use playlist" button here will then sync their account, however the "onboarding" banner in the footer still persist until navigating to another tab or restarting.
Ideally carpe should start an asynchronous sync after account creation/import. Recommend also changing the "not connected to chain" banner to include a button to "connect", rather than needing to click the banner and then click use playlist (if there is an error, prompt the user to check their playlist URL in settings).
The text was updated successfully, but these errors were encountered:
🐛 Bug
When a user creates their initial account (or imports an existing account to a fresh install) carpe does not automatically connect to the network and sync. There is no notification that carpe is offline in this scenario, resulting in new users being confused after onboarding as their wallet continues to display "account not on chain" and still instructs them to onboard. Users must go to settings and click use playlist and then restart carpe to fix this state. Note, simply clicking use playlist does not work, nor does restarting - user must do both actions.
Additionally, if a user restarts carpe (without clicking use playlist first) they are shown the "not connected to chain" banner upon launch, clicking the "use playlist" button here will then sync their account, however the "onboarding" banner in the footer still persist until navigating to another tab or restarting.
Ideally carpe should start an asynchronous sync after account creation/import. Recommend also changing the "not connected to chain" banner to include a button to "connect", rather than needing to click the banner and then click use playlist (if there is an error, prompt the user to check their playlist URL in settings).
The text was updated successfully, but these errors were encountered: