-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
Unable to sync or import settings in new firefox installation #95
Comments
@sunng87 hi, it looks like you are affected by this new Firefox "feature": https://blog.mozilla.org/addons/2020/07/09/changes-to-storage-sync-in-firefox-79 This user had same problem: But there is no resolution right now except to turn off Synchronize Settings. Sorry about that. I will look into optimizing the use of storage, but that is just a band-aid: there are now hard limits on synchronized storage in Firerfox that you will always hit at some point |
Thanks for fast response. To be clear, users experiencing this issue will need to edit the exported json to set |
Wait, what? Why can't you turn it off here, where it says Synchronize Settings ? If that is not working for some reason, I can add logic that tries to prevent the user from adding too much data to the extension with warning messages -- but only if Synchronize Settings is on. |
@ericjung because if you turn off the sync toggle and import your settings, the toggle is opened again and nothing really imported. |
@sunng87 , are you using Firefox Portable? What version of Firefox and on operating system (so I can try to reproduce this) |
@ericjung I'm using Firefox from ArchLinux repo |
@sunng87 please open the file you want to import in a text editor. Then remove: `` "sync": true usually it is at the end but not always. Save it and import again. Now "synchronize settings" is not automatically turned on. |
@ericjung Thank you! That's exact what I said
|
First of all, thank you for the awesome addon. I have been your user for more than ten years. In my new Firefox installation, verison 79, FoxyProxy was synced but no configuration is available. When I use import settings, it says the operation was success but configuration is still empty.
I'm getting these errors from debug console:
Let me know if you need more information for my case.
The text was updated successfully, but these errors were encountered: