-
-
Notifications
You must be signed in to change notification settings - Fork 777
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
Profile Backup to 3box is Failing #5960
Comments
@thelostone-mc @octavioamu mind linking the fix PR here? |
@owocki 3box here, wondering what 3box.js version you guys are using, have tried to replicate the process of syncing with 3box, but seems the feature is flagged at the moment |
@oznekenzo @think-in-universe already fixed here #5955 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The new profile backup to 3box is not working and I am recieving "Failed to backup profile data to 3Box. Please try again." error.
It would also seem that when attempting tot POST to
api/v0.1/profile/backup
, a 500 response is given. The recieved response is:{"active": "error", "code": 500, "nav": "home", "title": "Error 500"}
The logs from the Console are:
It is possible this is causing a secondary problem for the active MetaMask account when login attempts are made for the 3box hub: 3box/3box-dapp#610
I am using Chrome stable 80.0.3987.87 and MetaMask 7.7.4.
The text was updated successfully, but these errors were encountered: