Viser spørgsmål med mærkatet: Vis alle spørgsmål

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… (læs mere)

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?

Stillet af Matan for 5 dage siden

Seneste svar af jscher2000 - Support Volunteer for 4 dage siden

I lost all my password after sync (I did forgot password)

Hi. I am a graphic designer and Web master. I use your browser since I think it's the best. I did a format of my pc and I forgot the password of my account. So I did forg… (læs mere)

Hi. I am a graphic designer and Web master. I use your browser since I think it's the best. I did a format of my pc and I forgot the password of my account. So I did forgot password. Thinking all my password would of sync and follow me. But it didn't. I had over 1000 password from site that I have recently work on and some still working on it. Which were most of them auto generate. Which I wouldn't have a clue of any of them. PLEASE Is there a way for me to regret my passwords? Only the password. Please thanks!

Stillet af all.star.gfx for 3 uger siden

Seneste svar af cor-el for 3 uger siden

synch not working AT ALL

i had to rebuild my laptop computer and set up firefox on it, set up/turned on sync and the browser does NOT match the broswer srttings on the desktop where the sync come… (læs mere)

i had to rebuild my laptop computer and set up firefox on it, set up/turned on sync and the browser does NOT match the broswer srttings on the desktop where the sync comes from. bookmarked weblink icons only show up when a new tab is opened and vanish once a website is opened, icons for bookmarked weblinks on the bookmarks bar are generic wireframe globe-like-icons only, the custom firefox colour setup i struggled to create over the course of several weeks does not appear at all, nor does the dark theme. how then do i get this to -really- syc???

Stillet af Aurore de Blois for for 4 måneder siden

Seneste svar af jonzn4SUSE for for 4 måneder siden

Sending Tab from Android Mobile to PC Not Functioning

I am having trouble sending tabs from my phone to my PC. My device is connected to my computer, and I can send tabs from my PC to my phone successfully, but not the other… (læs mere)

I am having trouble sending tabs from my phone to my PC. My device is connected to my computer, and I can send tabs from my PC to my phone successfully, but not the other way around. I have no idea what could even be the issue, and I have only seen people asking about sending tabs from PC to Mobile, not the other way around. Is there something I am missing? None of the Firefox troubleshoot pages have helped.

Stillet af maddiewall500 for for 5 måneder siden

Seneste svar af cor-el for for 5 måneder siden

  • Arkiveret

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… (læs mere)

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?

Stillet af nypeders for 2 år siden

Seneste svar af cor-el for 2 år siden

  • Arkiveret

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… (læs mere)

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

Stillet af PG2 for 2 år siden

Seneste svar af jonzn4SUSE for 2 år siden

  • Løst
  • Arkiveret

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… (læs mere)

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

Stillet af Dudman for 2 år siden

Besvaret af cor-el for 2 år siden

  • Arkiveret

Firefox sync

Hi, when I had cleaned out all my bookmarjks duplicates (and they were many 50.000 accumulated through the years)on my Linuxmachine and turned on my Windows 10 machine th… (læs mere)

Hi, when I had cleaned out all my bookmarjks duplicates (and they were many 50.000 accumulated through the years)on my Linuxmachine and turned on my Windows 10 machine they were all back. So my question is: what data is saved when syncing with Firefox sync? And I dont mean the different types you can choose between ,no I mean: when I change one thing on onea logged in firefox on one machine doesnt that change the status of, and in my example the bookmarks on the other machines? Or is it the other way around, namely: will the second machine with all the duplicate bookmarks change the sync-"base" so they will be back on all other machines again? Very confusing especially if youre logged into moire machine then one at the same time. Please answer me, I really need to clean up my firefox's accumulated duplicates pretty quick. Sincerely Wal

Stillet af Wal for 2 år siden

Seneste svar af Wal for 2 år siden

  • Arkiveret

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… (læs mere)

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?

Stillet af firefox1812 for 2 år siden

Seneste svar af firefox1812 for 2 år siden

  • Løst
  • Arkiveret

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… (læs mere)

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

Stillet af max.joho7 for 2 år siden

Besvaret af max.joho7 for 2 år siden

  • Arkiveret

MY SAVED PASSWORDS ARE NOT SHOWING ANYMORE

Hello Everyone, I am not sure what has happened but I had tons of passwords saved in my Mozilla browser. I have been using this since 2019 or 2020 and saved all of my pa… (læs mere)

Hello Everyone,

I am not sure what has happened but I had tons of passwords saved in my Mozilla browser. I have been using this since 2019 or 2020 and saved all of my passwords there. What happened is I was using my laptop and wasn't aware that the charger is not plugged in. While working my device turned off because of no battery. I connected the charger and restarted my device like normal. After I opened my browser(Mozilla Firefox) and ctrl+shift+t to open all the recently closed tabs, I was amazed to see that it restored many old sites like 1.5 month old websites instead of the one's which I was using. However, the recently closed one's were showing in the history. I opened the tabs from history that I needed and started using it normal. I have using Mozilla Firefox for good 2 years I never felt the need to remember any of my passwords. Everytime I have to create an account on any of the sites I just create a password once, at the time of sign up only and then click on SAVE PASSWORD so I don't have to remember it. I am guessing this is the normal practice that everyone does or may be a cast majority. I was doing my routine work, I tried to login to my account using the same way like you put in your email in the email section and then click on password section and select the user/email you want to use a password for and sign in. BUT TODAY WHEN I FOLLOWED THE SAME PROCEDURE, IT DOESN'T SHOW ME ANY SAVED PASSWORD WHICH WAS QUITE SURPRISING TO ME. I OPENED THE PASSWORD MENU FROM THE TOP RIGHT AND I WAS SHOCKED TO SEE THAT THERE WE ZERO, LITERALLY ZERO SAVED PASSWORDS. I REALLY NEED HELP WITH THIS BECAUSE THOSE WERE SO MANY PASSWORDS LIKE SERIOUSLY SO MANY.

THANK YOU, AMIR

Stillet af sheikhaamir2014 for 2 år siden

Seneste svar af cor-el for 1 år siden

  • Arkiveret

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… (læs mere)

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. :)

Stillet af tony_w for 2 år siden

Seneste svar af cor-el for 2 år siden

  • Arkiveret

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… (læs mere)

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????

Stillet af morpheusthelastone for 2 år siden

Seneste svar af morpheusthelastone for 2 år siden

  • Arkiveret

Firefox Send Tab/Link to Device not working

The Send Tab/Link to Device feature only works in one direction, from iOS to MacOS. iOS to iOS never receives, although the popup says it sent. I'm using Firefox 98 on Ma… (læs mere)

The Send Tab/Link to Device feature only works in one direction, from iOS to MacOS. iOS to iOS never receives, although the popup says it sent. I'm using Firefox 98 on MacOS and iOS. I have a Windows 10 PC which can't receive or send tabs/links as well but I'll limit it to the Apple devices for the moment.

Sync and notifications are enabled on Laptop, iPhone, and iPad. I've de-synced and re-synced each device separately and together. I've attempted to send between each device separately and all together.

Neither iOS device can receive tabs/links from one another, nor send to each other. Laptop can receive tabs/links from both iPhone and iPad, but not send to either.

Each time I re-sync an iOS device I get a notification on the Laptop saying that "this computer is now connected with Firefox iOS". But still nothing works.

Stillet af generalistpro for 2 år siden

Seneste svar af cor-el for 1 år siden

  • Arkiveret

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 … (læs mere)

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,

Stillet af Joe for 2 år siden

Seneste svar af Joe for 1 år siden

  • Arkiveret

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… (læs mere)

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ę.

Stillet af jebzdzidy9 for 2 år siden

Seneste svar af jebzdzidy9 for 2 år siden

  • Arkiveret

Firefox Kept Adding Back Deleted Bookmarks & Folders And Cannot Sync With Mobile Devices

Dear Firefox, I have FINALLY given up on your sync feature as it keeps adding deleted bookmarks and folders. It is so bad that all the duplication of bookmarks and folde… (læs mere)

Dear Firefox,

I have FINALLY given up on your sync feature as it keeps adding deleted bookmarks and folders. It is so bad that all the duplication of bookmarks and folders are so random that can mount to thousands and thousands or copies.

I have UN-SYNC all my devices as this cannot go on as I have followed your instructions to the T.

Just that you know.

Stillet af sinkid for 2 år siden

Seneste svar af sinkid for 1 år siden