Firefox browsers keep signing me out of my Mozilla account

Hi, Every time I restart my Firefox browsers they will sign me out of my Mozilla account. I can see the email address associated with my account and 'Account disconnecte… (lees meer)

Hi,

Every time I restart my Firefox browsers they will sign me out of my Mozilla account. I can see the email address associated with my account and 'Account disconnected'. I have to go through the process again every time I use it. I am using default privacy & security settings.

I am using :

140.3.1esr (64-bit) on Debian Trixie 143.0.4 (aarch64) on MacOS Tahoe 26.0.1 143.0.1 (64-bit) on OpenSuse Tumbleweed 20250929

Can you please help me resolve this?

Asked by jes.nicholson 16 minute gelede

Empty Trash/Compact driving me crazy - "The messages could not be moved or copied to folder xxxxx because writing to folder failed. To gain disk space, from the file menu, first choose Empty Trash, and then choose Compact Folders, and then try again."

I'm in the process of cleaning up Thunderbird e-mail before moving to a new computer. I started with 11,593 e-mails in my Inbox and 7,799 e-mails in my Sent folder. I'm… (lees meer)

I'm in the process of cleaning up Thunderbird e-mail before moving to a new computer. I started with 11,593 e-mails in my Inbox and 7,799 e-mails in my Sent folder. I'm now down to 7,634 in my Inbox and 4,965 in my Sent folder. I've allocated 2 weeks for this process and found that it's taking me about 3 hours per day to meet my daily goals. I'm finding that I'm spending at LEAST half the time responding to "Empty-Trash/Compact-folders" requests. There are times I can delete 50 e-mails at a time without getting a request. Other times I will try to delete ten e-mails and get the request. With the old version of Thunderbird I could literally delete hundreds of e-mails at a time. Can you help? Russ Bukwa Yardley, PA ps. I have intentionally given you specific numbers. Based on my software- and test-engineering experience, I speculate you need to create a stress test to solve this nagging problem.

Asked by newdayrj 4 maande gelede

Last reply by newdayrj 36 minute gelede

All my logins are gone - logins.json.corrupt

I was signed out from my Firefox-Account on my PC for no apparent reason. I reset my Firefox Sync Password today and when I checked my saved passwords they were empty. In… (lees meer)

I was signed out from my Firefox-Account on my PC for no apparent reason. I reset my Firefox Sync Password today and when I checked my saved passwords they were empty. In my profile folder there is a logins.json.corrupt file which probably contains all my saved passwords. How can I recover them and why doesn't Firefox sync them back like it's supposed to?

Thank you.

Asked by mareike.dieckmann 1 uur gelede

Can't sync my bookmarks to my laptop computer

I have just completed migrating my files and settings from my (not so) old windows 10 desktop computer to my windows 11 laptop. Everything seems to have gone ok, except t… (lees meer)

I have just completed migrating my files and settings from my (not so) old windows 10 desktop computer to my windows 11 laptop. Everything seems to have gone ok, except that the Firefox bookmarks were installed and only work in the private browsing window. When I start Firefox normally, the window that opens does not have the bookmarks, and even if I enter a web address manually in this window, it will not connect. I can choose "New window" in the drop down menu and that window will have the bookmarks, but still will not connect. The only way to get the bookmarks and also be able to connect to the internet is to choose "New private window" from the drop down menu. The problem with that is that there have been occasions when I have had a need to examine my browsing history, which I can't do since Firefox doesn't save the history when in private window mode. I have tried the procedure to sync bookmarks, history, etc., but the procedure is somewhat confusing and didn't work for me. Can you simplify the procedure for me? Thanks, John Blakley

Asked by jblakley4469 2 ure gelede

Last reply by jblakley4469 1 uur gelede

Have never liked the bright orange Firefox icon, but suddenly firefox is not letting me change it to the older one I like much better

Have never liked the bright orange Firefox icon, it's too dominating on my desktop, I LOVE the older brownish firefox icon, it's just right. So every time you come out w… (lees meer)

Have never liked the bright orange Firefox icon, it's too dominating on my desktop, I LOVE the older brownish firefox icon, it's just right. So every time you come out with a Firefox update I get out "Resource Hacker" and change the icon to the older one, pictured below. I mentioned this before, asking if you could just give that option, and didn't receive a response. You come out with so many updates, it's a hassle changing the icon every time, but I'm willing to pay the price to escape the distracting bright orange icon, but now suddenly Firefox won't let me alter the icon in the exe. Was wondering if you'd have any suggestions. Have used Firefox exclusively for decades. Thank you very much.

Asked by brainetree 1 dag gelede

Last reply by brainetree 1 uur gelede

Thunderbird very slow to send emails (Fedora)

Hi I was using TB 142 without problems. When upgrading to 143 ou 144.B4 I have problems sending mails to all users after some times. Usually the first mails are sent imme… (lees meer)

Hi I was using TB 142 without problems. When upgrading to 143 ou 144.B4 I have problems sending mails to all users after some times. Usually the first mails are sent immediatly but after around 10 mails, I have very slow response (varies from 5 sec to more than 1 minute and sometimes timeout). Usually quitting TB solves the problem but this is very annoying. I went back to 140LTS and sems to have no longer this problem. This was tested on many diffrent networks. I am running under Fedora release 42

Thanks

Asked by mouthuy 3 dae gelede

Can't activate an old TB profile on a new PC

My windows 10 PC died. I copied the the profiles folder from the old appdata/roaming/Thunderbird to the new Win11 PC, but TB does not pick it up, asking to create a new a… (lees meer)

My windows 10 PC died. I copied the the profiles folder from the old appdata/roaming/Thunderbird to the new Win11 PC, but TB does not pick it up, asking to create a new account "John Doe". Any ideas? Best, K.

Asked by pandemos 1 dag gelede

Last reply by pandemos 2 ure gelede

Firefox Context Menu - Unwanted Navigation Images are Showing Again

Hi All, I was using the following CSS to hide the navigation images and show only text labels on the context menu for the Back, Forward, Reload and Bookmark Page menu op… (lees meer)

Hi All,

I was using the following CSS to hide the navigation images and show only text labels on the context menu for the Back, Forward, Reload and Bookmark Page menu options...

/* Content Area Context Menu - Navigation Vertical Text */
#context-navigation,
#context-navigation > menuitem{
  flex-direction: column !important;
}
/* hide images */
#context-back image, #context-forward image,
#context-reload image, #context-stop image,
#context-bookmarkpage image{
   display: none !important;
}
/* show text labels */
#context-back:after, #context-forward:after,
#context-reload:after, #context-stop:after,
#context-bookmarkpage:after{
   content: attr(aria-label) !important;
   margin-inline-start: -19px !important; /* this pushes navigation text items to left, aligned with other menu items below */
}


It worked up until a couple of versions ago, but something has changed, and my CSS is now broken, and those navigation icons are back.

My context menu now looks like the attached image below.

Any help with showing only text labels on this menu is appreciated.

Thanks.

Asked by Slouch 2 dae gelede

Last reply by Slouch 3 ure gelede

Spinning circle when attempting to view a news articles

Spinning circle when attempting to view a news articles. Tried other browsers and they all work Ok. My issue it seems with the FireFox browser. Thank you for any help. … (lees meer)

Spinning circle when attempting to view a news articles. Tried other browsers and they all work Ok. My issue it seems with the FireFox browser. Thank you for any help.

Kevin

Asked by ka2nue2023 7 ure gelede

Last reply by ka2nue2023 3 ure gelede

One of my email accounts doesn't work on my laptop, but works fine on my desktop. Both devices are Windows 11

Please tell me how to get that account working on my laptop, thanks!! It keeps asking for my password, but doesn't accept it. I know it's correct, because I verified it b… (lees meer)

Please tell me how to get that account working on my laptop, thanks!! It keeps asking for my password, but doesn't accept it. I know it's correct, because I verified it by going into Thunderbird settings. And as above, the account works fine on my desktop computer.

Asked by wolfman141 4 ure gelede

RECOVER Thunderbird POP3 Account (all messages in the IN BOX & folders are? gone)

Tuesday Oct. 7, our ISP converted to a new e-mail program. I could NOT log in/on I called our ISP's help desk. The 'technician' could not help me log in to our Thunderb… (lees meer)

Tuesday Oct. 7, our ISP converted to a new e-mail program. I could NOT log in/on I called our ISP's help desk. The 'technician' could not help me log in to our Thunderbird POP 3 account. He had me, WITHOUT asking if I had essential - legal - medical-etc. e-mails in the IN BOX or in folders! He NEVER warned/cautioned all ?would? be lost - GONE.

I URGENTLY need to recover all TB POP3 IN BOX & e-mails in folders. I need to access legal messages today, if possible.

If Mozilla does not have a recovery program, what do I do? I am not seeking to recover ' deleted messages (unless his having me change from the POP3 account to a 'new' IMAP account is the same as ' "delete" '.

Any & all prompt responses APPRECIATED! Remain WELL & Be SAFE!

Robin

Asked by dulca 1 dag gelede

Last reply by dulca 5 ure gelede

contacts gone

anyone know how to recover my email contacts in latest version ot TB, theyve dissapeared since using spam aniallater , with is now uninstalled. i have the same email acc… (lees meer)

anyone know how to recover my email contacts in latest version ot TB, theyve dissapeared since using spam aniallater , with is now uninstalled.

i have the same email acct on my other pc , could i recover everything from therte as its intact thanks

also my TB spam filters have now dissapeared [but still seem to be working] but filtering the wrong things. thanks if anyone can help

Asked by bill 1 dag gelede

Last reply by bill 5 ure gelede

Tab Groups

Hi, I've been using tab groups for a while and i had some pretty important tabs save there. I wanted to know if they get deleted after a while or not, Because all of mine… (lees meer)

Hi, I've been using tab groups for a while and i had some pretty important tabs save there. I wanted to know if they get deleted after a while or not, Because all of mine suddenly disappeared. And also is there anyway to get them back?

Asked by nimarezazadeh963 6 ure gelede

Cant send mail on mac

HI all. This is a good one. I recently got a MAC, my first one, so dont know much about it. I installed thunderbird and can receive via IMAP but cant send via SMTP. I ha… (lees meer)

HI all. This is a good one. I recently got a MAC, my first one, so dont know much about it. I installed thunderbird and can receive via IMAP but cant send via SMTP. I have smtp setup EXACTLY how it is on my windows PC which works. When I hit send on a message, it immediately comes back with "Sending of the message failed. The message could not be sent because the connection to Outgoing server (SMTP) <maileserver.com> timed out. Try again. This message comes back immediately, as in .000001 second. This particular mail server I own and is on my network, and checking the logs, the request never even gets to the server, so its not a server issue. (Again, it works for all my other devices and other clients). server info, password etc are correct. I tried deleting the account and recreating it but no go. From a command tool, I can telnet to my mail server on port 25 and it answers and I can interact. If I use the built in mac mail client, it works fine. So this is definitely a thunderbird issue from what I can tell. Thunderbird 143.0.1 (aarch64) on 26.0.1 (25A362) Any tips appreciated, Im ready to take a bath with a toaster. Thank you!

Asked by Bob D 7 ure gelede

Last reply by Bob D 6 ure gelede

Why is it impossible to sign into my Outlook account on Firefox?

On all our computers it seems impossible to sign into Outlook...several laptops and 3 desktop...even a new Apple device. Enter your email address and then taken to the ne… (lees meer)

On all our computers it seems impossible to sign into Outlook...several laptops and 3 desktop...even a new Apple device. Enter your email address and then taken to the next page (see attachment). sign in works with Edge! This has been happening for maybe a month. Very frustrating! NEVER opens the next security window, the 'spots' just keep moving forever...selecting "Back" just repeats the cycle.

Asked by sandhilllv1 1 week gelede

Last reply by sandhilllv1 7 ure gelede

Unable to log into social security since Firefox upgrade

Since the recent Firefox upgrades, I am no longer able to log into the social security site using ID me. Previously, I logged in with no problem but now get a 400 error m… (lees meer)

Since the recent Firefox upgrades, I am no longer able to log into the social security site using ID me. Previously, I logged in with no problem but now get a 400 error message saying the website is too large. Of course I have emptied cache and cookies and reloaded Firefox but nothing works. Apparently the error lies within the Firefox upgrade since before upgrading, there never was a problem logging in.

Asked by firefoxuser1234 11 ure gelede

Last reply by firefoxuser1234 7 ure gelede