Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Kusonjululiwe

Export to file does not work.

On the about:sync page the button to "Export to File..." button has no effect. Regardless if I select "Limit history engine fetch to first 5000 records" or "Anonymize Dat… (funda kabanzi)

On the about:sync page the button to "Export to File..." button has no effect. Regardless if I select "Limit history engine fetch to first 5000 records" or "Anonymize Data".

It used to work. So I wonder why nothing happens when I click the button now... There is no network call made when I click the button. No error.

Asked by Phil's Bookmarks 2 ezinsukwini ezidlule

Answered by jonzn4SUSE 2 ezinsukwini ezidlule

I lost all of my old data (Bookmarks, History, Passwords)

I did an hardreset to my computer yesterday, today I logged in to my FireFox account and now all of my stuff (History, Passwords, Bookmarks) are from 2020. I don't have a… (funda kabanzi)

I did an hardreset to my computer yesterday, today I logged in to my FireFox account and now all of my stuff (History, Passwords, Bookmarks) are from 2020. I don't have any backup, what do I do?

Asked by Matan 1 inyanga edlule

Last reply by jscher2000 - Support Volunteer 1 inyanga edlule

Synching desktop and mobile Firefox bookmarks

I have a Firefox account in order to use the sync capabilities. After a sync between desktop and phone the desktop bookmarks are on my phone in an extra folder "desktop b… (funda kabanzi)

I have a Firefox account in order to use the sync capabilities. After a sync between desktop and phone the desktop bookmarks are on my phone in an extra folder "desktop bookmarks" and vice versa the phone bookmarks are in folder "Mobile bookmarks" in my desktop Firefox. Is this normal behaviour? I would expect them in one common folder to have a seamless synching.

Best regards, Walter

Asked by Walter.Spermann 2 izinyanga ezidlule

Last reply by jonzn4SUSE 2 izinyanga ezidlule

Deleting Profiles

I am a single user of Firefox 123.0 (64 bit) on a Windows 11 desktop, Win 11 laptop, and Android phone. If I use Profile Manager to delete both of the the Profiles from m… (funda kabanzi)

I am a single user of Firefox 123.0 (64 bit) on a Windows 11 desktop, Win 11 laptop, and Android phone. If I use Profile Manager to delete both of the the Profiles from my desktop ("default" and "default-release"), will that have any effect on my laptop or phone? Specifically, will I lose my passwords and bookmarks on all devices, or just the desktop?

Also, can I delete one of my two profiles? If so, which one? When I navigate to Users\Bill\AppData\Roaming\Mozilla\Firefox\Profiles, I see four folders:

 lamrm8zp.default-release,  2/26/2024
 gqrogfwy.default,  2/24/2024
 06m8lkgu.default-release,  9/21/2023
 x0wvrqsi.default,  5/4/2022

Asked by Bill 3 izinyanga ezidlule

Last reply by Bill 3 izinyanga ezidlule

  • Okugcinwe kunqolobane

Issue with Sync on PCs with same account and general speed of sync

Hi team, have reviewed few thread on Sync issue, but none was explicitly touching the issue I have. Running latest version on different PCs ( both Win10), using same acco… (funda kabanzi)

Hi team, have reviewed few thread on Sync issue, but none was explicitly touching the issue I have. Running latest version on different PCs ( both Win10), using same account, I can't "send to" tabs among them. They are simply not in mutual device list. No problem to see mobile (Android here) devices in same account.

So, is this a recognized issue on PC with same account? I may just guest about HTTP "user-agent", same "display name" in Sync account and similar stuff in possible conflict, but better leave this on IT pros.


General issue is with speed of sync. If I open a tab, sync the device, then send to other device, sync that other too... and it's not instant there, even not after minutes. What could this be?

Though two questions, I thank for every reactions to them. BR Peter

Asked by PG2 2 iminyaka edlule

Last reply by jonzn4SUSE 2 iminyaka edlule

  • Okugcinwe kunqolobane

password issues

Hello, I just bought a new laptop, and am trying to sync my firefox account. The new laptop wouldn't accept my password. So I changed it to a new one. It doesn't accep… (funda kabanzi)

Hello, I just bought a new laptop, and am trying to sync my firefox account.

The new laptop wouldn't accept my password. So I changed it to a new one.

It doesn't accept the new password either. And now it seems like firefox isn't allowing me to logout of my account either. What is going on with the passwords? I can't afford to reset everything and lose all of my data and log ins. They have been generated by firefox and are all randomly alfanumeric.

What am I to do?

Asked by roscoechapman 2 iminyaka edlule

Last reply by roscoechapman 2 iminyaka edlule

  • Okugcinwe kunqolobane

Firefox "remembering" deleted history and logins

Hi there, I'm hoping someone can help with this. I recently signed into a shared computer with my personal Firefox account, and it automatically imported all my history, … (funda kabanzi)

Hi there, I'm hoping someone can help with this. I recently signed into a shared computer with my personal Firefox account, and it automatically imported all my history, my browser extensions, and bookmarks, including personal/secure information that I wouldn't want on a shared computer. I tried signing out and deleting the sites and login information, even going so far as to completely delete all of my browsing history and cookies and signing in with another account, but all the supposedly deleted history and logins and extensions were then transferred to this second account. I have deleted all my data, even uninstalled and reinstalled Firefox, and all the data from my personal account keeps haunting me as suggestions when I type in the task bar or suggested usernames when I log in to websites. How can I actually delete this information so it's not on a shared computer? Thank you!

Asked by uefhkl 2 iminyaka edlule

Last reply by cor-el 2 iminyaka edlule

  • Okugcinwe kunqolobane

firefox sync server reverse proxy not working

I'm self hosting a firefox sync server on unraid. If I set it up on the local network, it works. I use this public address in the docker container http://localhost:5000… (funda kabanzi)

I'm self hosting a firefox sync server on unraid. If I set it up on the local network, it works. I use this public address in the docker container http://localhost:5000 and the about:config server as identity.sync.tokenserver.uri = http://localhost:5000/token/1.0/sync/1.5.

Now if I switch to my reverse proxy, I use this public address in the docker container http://firefox.mydomain.com and the about:config server as identity.sync.tokenserver.uri = http://firefox.mydomain.com:5000/token/1.0/sync/1.5. It does not sync. I get an error if I use that url in the browser link. If I make it http://firefox.mydomain.com/token/1.0/sync/1.5 (taking out the port number), my browser displays a json page. But if I remove the port number in the about:config and make it identity.sync.tokenserver.uri = http://firefox.mydomain.com/token/1.0/sync/1.5, it logs me out of the firefox account.

The reverse proxy is passing port 5000 through, so that is why not specifying it returns a valid browser page. The about:config seems to need the port specified to work. Otherwise I'm getting logged off. Is there a workaround to this?

Asked by firefox1812 2 iminyaka edlule

Last reply by firefox1812 2 iminyaka edlule

  • Okugcinwe kunqolobane

Login

I cannot log into my Bank or puzzle> No internet? Trouble started with Firefox upgrade to must have Edge? Can you call me [removed phone# from public forum]. I am… (funda kabanzi)

I cannot log into my Bank or puzzle> No internet? Trouble started with Firefox upgrade to must have Edge? Can you call me [removed phone# from public forum]. I am a senior and technically challenged and must make these corrections. Why did you upgrade and change everything?

Asked by nypeders 2 iminyaka edlule

Last reply by cor-el 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How to view all synched tabs from all devices

my computer broke about 2 months back and i am wondering if i can access the tabs from that device from another device since the original was synced (or i.e. is the a fun… (funda kabanzi)

my computer broke about 2 months back and i am wondering if i can access the tabs from that device from another device since the original was synced (or i.e. is the a function in Firefox that lets me see all synced tabs from all connected devices)

going to the regular synced tab area there isn't anything from that computer there,

Firefox v.99.0

Asked by max.joho7 2 iminyaka edlule

Answered by max.joho7 2 iminyaka edlule

  • Okugcinwe kunqolobane

Maximum number of synced tabs?

Is there a maximum number of tabs that can be synced? I have about 800 tabs on my old computer, but when I look at the synced tabs in the sidebar on the new computer, onl… (funda kabanzi)

Is there a maximum number of tabs that can be synced? I have about 800 tabs on my old computer, but when I look at the synced tabs in the sidebar on the new computer, only about half of them are listed. The oldest 400 or so are missing.

And yes, I realize 800 tabs is insane. But that's another discussion. :)

Asked by tony_w 2 iminyaka edlule

Last reply by cor-el 2 iminyaka edlule

  • Okugcinwe kunqolobane

Firefox 99.0 asking for master password twice

In security I have use primary password enabled. I have sync enabled. When I first open Firefox, the "Please Enter your Primary Password" dialog appears twice. At first … (funda kabanzi)

In security I have use primary password enabled. I have sync enabled. When I first open Firefox, the "Please Enter your Primary Password" dialog appears twice. At first I thought I was repeatedly miskeying the first time. But then I noticed that if I drag the modal dialog box, then a second box pops up behind the first. In fact, some times, I can start typing when that second dialog appears. As in the case today when I just caught it. Please see screen shot attached.

FireFox 99.0 Windows Enterprise 10 OS Build: 18363.2212 I am on a Private Browsing window when I see this error.

Please do what it takes to cause me to not have to enter the master password twice.

Thank you,

Asked by Joe 2 iminyaka edlule

Last reply by Joe 2 iminyaka edlule

  • Okugcinwe kunqolobane

can't log in

Long time ago I had this email let's say x@yahoo.com after some years i delete and made a new one x@gmail.com. On my PC every time I try to log in it goes like this: I pu… (funda kabanzi)

Long time ago I had this email let's say x@yahoo.com after some years i delete and made a new one x@gmail.com. On my PC every time I try to log in it goes like this: I put my x@gmail.com i put my password and it sends me a code on the same Gmail address... Very simple right? I put my verification code in and it says wrong password for email x@YAHOO.com... WHY DOES IT CHANGE MY EMAIL FROM GMAIL TO YAHOO ? I'M LOSING MY MIND I CAN'T LOG IN ON FRESH WINDOWS INSTALL!!!! I even reinstalled Mozilla, I've cleaned everything there is too be cleaned from the browser and same stupid "feature". Whyyyyyyyy????

Asked by morpheusthelastone 2 iminyaka edlule

Last reply by morpheusthelastone 2 iminyaka edlule

  • Okugcinwe kunqolobane

Firefox Sync 99.01 - Rename Devices, How

Dear Forum, I have not accessed my Devices since a few updates, I use to be able to rename devices, but in 99.01 I no longer see this as an option? I also have found tha… (funda kabanzi)

Dear Forum,

I have not accessed my Devices since a few updates, I use to be able to rename devices, but in 99.01 I no longer see this as an option? I also have found that sometimes when I add a device is adds the Machine name which I prefer and today I logged out all of my devices and found that it added it and named it a generic name "Firefox 99, Windows 10" Which if grave concern as this could be Any Device. Can someone please let me know how this feature in version 99.01 is suppose to name computers and also can you still rename devices and if so how would you change the name, or if there is a link to documentation on this feature as it has changed. TIA for your help.

Asked by Brent Ruggles 2 iminyaka edlule

Last reply by chrisk1 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Firefox passwords

My windows got corrupted had to reinstall everything and this means i have lost my old Firefox account password is there anyway i can get all those saved passwords as i n… (funda kabanzi)

My windows got corrupted had to reinstall everything and this means i have lost my old Firefox account password is there anyway i can get all those saved passwords as i need them. Any help would be great

Asked by Dudman 2 iminyaka edlule

Answered by cor-el 2 iminyaka edlule

  • Okugcinwe kunqolobane

Problem z synchronizacją

Dzień dobry, mam problem po zalogowaniu się do przeglądarki z synchronizacją konta Firefox. Na nowo zainstalowanym windowsie 10 pobrałem przeglądarkę Firefox oraz zalogow… (funda kabanzi)

Dzień dobry, mam problem po zalogowaniu się do przeglądarki z synchronizacją konta Firefox. Na nowo zainstalowanym windowsie 10 pobrałem przeglądarkę Firefox oraz zalogowałem się na swoje konto w celu synchronizacji. Wszystkie moje dotychczasowe dane znikły. Czy mogę liczyć na pomoc w odzyskaniu moich danych z konta Firefox? Dziękuję.

Asked by jebzdzidy9 2 iminyaka edlule

Last reply by jebzdzidy9 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Sync Bookmarks from a primary device

I see instructions for sync' to a phone, how do I initially (connect) sync to my desktop from my laptop? When I sync my bookmarks, how does is know which computer is the… (funda kabanzi)

I see instructions for sync' to a phone, how do I initially (connect) sync to my desktop from my laptop?

When I sync my bookmarks, how does is know which computer is the primary (the one that I want to duplicate changes from)?

For example, I added new bookmarks and revised some old ones on my laptop and did not have the sync on my desktop at the same time. Now, if I sync my laptop to my desktop, how does it know which device is my primary (in this case my laptop) where I made all the changes?

My goal is to revise all the bookmarks currently on my desktop to reflect all the changes I made to them on my laptop. I'd like to do it without duplicates or displaying old desktop residual bookmarks that I deleted and/or modified on the laptop prior to sync to the desktop.

In this case, should I delete my bookmarks from my desktop and then sync to my laptop so as to seamlessly & efficiently have my bookmarks toolbar on the laptop look the same on the desktop?

Thank you for your help here! Christopher

Asked by comfeline 2 iminyaka edlule

Answered by FredMcD 2 iminyaka edlule

  • Okugcinwe kunqolobane

Cant login to my Firefox account to sync a new laptop running Windows. Can login on to iphone on same account

I am switching jobs and want to sync my Firefox history from old work computer to new. Both run Windows. I changed the primary email associated with my account from the o… (funda kabanzi)

I am switching jobs and want to sync my Firefox history from old work computer to new. Both run Windows. I changed the primary email associated with my account from the old work account to a new email. No problem. I synced the new email to my iphone no problem. Now im trying to download and sync Firefox to my new laptop. Running Windows and Im trapped in a crazy loop. I login with correct password to the new email and it asks for the authorization code and when I enter that, Firefox switches to the OLD email and asks for that password. I am not sure I have that password correct because i set the account up four years ago. Regardless, i cant sync my new laptop. But I was able to sync it on my iphone so it CAN be done with the email addy and password I am confident about. Please help.

Asked by jack.johnson.aspen 2 iminyaka edlule

Last reply by jack.johnson.aspen 2 iminyaka edlule