Ceisteanna leis an gclib seo á dtaispeáint: Taispeáin gach ceist

Tangerine bank log in problem

When I try to log into Tangerine bank I get the error. "We're sorry for the inconvenience. This function is currently unavailable. Please try again later." This issue sta… (tuilleadh eolais)

When I try to log into Tangerine bank I get the error. "We're sorry for the inconvenience. This function is currently unavailable. Please try again later."

This issue started Oct-13-2025 and it appears to work when using Firefox ESR 146.01 but not the regular Firefox 146.01 versions. Tangerine is not giving me information on the error and I was wondering if there is a difference between the ESR and regular version that might clear up this issue?

Asked by prairie33 2 mhí ó shin

Last reply by prairie33 1 lá ó shin

Screen flickering in Cockpit with Firefox

I am using Firefox on Windows 11, in the process of switching from Chrome. I run Cockpit (https://cockpit-project.org/) on web servers that I manage, and when I log into … (tuilleadh eolais)

I am using Firefox on Windows 11, in the process of switching from Chrome.

I run Cockpit (https://cockpit-project.org/) on web servers that I manage, and when I log into it on Firefox the screen flickers constantly, making it unusable.

There is no issue with any other web sites I have visited, and I can still use Cockpit when in Chrome. So ay suggestions on how to troubleshoot and resolve the issue with Cockpit and Firefox?

Asked by Barry Tuber 2 mhí ó shin

Last reply by Barry Tuber 3 lá ó shin

paribu.com

Hi there, I'm having a strange issue with a website I use for crypto trading. On Firefox the page layout looks broken and some sections overlap or don't load correctly. T… (tuilleadh eolais)

Hi there,

I'm having a strange issue with a website I use for crypto trading. On Firefox the page layout looks broken and some sections overlap or don't load correctly.

The site is paribu.com https://www.paribu.com . When I open the same page in Chrome everything looks normal and the layout loads properly.

I tried refreshing and disabling a few extensions but the issue still happens in Firefox. Has anyone experienced something similar or knows what might cause this?

Thanks.

Asked by Seren 4 lá ó shin

can't login to 53.com

when attempting to login to 53.com credentials are entered, login pressed, login flashes but no login.... as if there is a pop up or something that should occur and does… (tuilleadh eolais)

when attempting to login to 53.com credentials are entered, login pressed, login flashes but no login.... as if there is a pop up or something that should occur and doesn't. On edge it works fine, press login and a clock like symbol overlays the login button and then you are in....

Asked by crgregg1162 4 lá ó shin

Hotmail won't load anymore when using Firefox

All of the sudden can't use Hotmail through Firefox I have tried clearing cache, making sure clocks are correct etc. This is the error page that I get. How can I fix?… (tuilleadh eolais)

All of the sudden can't use Hotmail through Firefox I have tried clearing cache, making sure clocks are correct etc.

This is the error page that I get. How can I fix?

UTC Date: 2026-03-03T14:58:14.746Z Client Id: C04E3F29FD7245519575F2719944C1F7 Session Id: e5d1dce8-796f-466c-a0b0-e06785904ba1 Client Version: 20260220002.06 BootResult: fail Back Filled Errors: None err: TypeError: TrustedTypePolicyFactory.createPolicy: Tried to create a second default policy esrc: Script et: ClientError estack: 734392@https://res.public.onecdn.static.microsoft/owamail/hashed-v1/scripts/owa.AppBoot.m.7ffe5f65.js:39:147215 I@https://res.public.onecdn.static.microsoft/owamail/hashed-v1/scripts/owa.mail.runtime.1902e968.js:1:145 282916@https://res.public.onecdn.static.microsoft/owamail/hashed-v1/scripts/owa.AppBoot.m.7ffe5f65.js:21:21492 I@https://res.public.onecdn.static.microsoft/owamail/hashed-v1/scripts/owa.mail.runtime.1902e968.js:1:145 691114@https://res.public.onecdn.static.microsoft/owamail/hashed-v1/scripts/owa.AppBoot.m.7ffe5f65.js:39:61327 I@https://res.public.onecdn.static.microsoft/owamail/hashed-v1/scripts/owa.mail.runtime.1902e968.js:1:145 835041@https://res.public.onecdn.static.microsoft/owamail/hashed-v1/scripts/owa.AppBoot.m.7ffe5f65.js:42:50184 I@https://res.public.onecdn.static.microsoft/owamail/hashed-v1/scripts/owa.mail.runtime.1902e968.js:1:145 950733@https://res.public.onecdn.static.microsoft/owamail/hashed-v1/scripts/owa.AppBoot.m.7ffe5f65.js:42:220063 I@https://res.public.onecdn.static.microsof

Asked by sashaeffer 6 lá ó shin

I am trying to sign in to my social security account...

...and getting this message.....Bad Request Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit. … (tuilleadh eolais)

...and getting this message.....Bad Request Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit.

Asked by mrbts6350 3 lá ó shin

my iCloud email ususally doesn't open using this browser, which is my default browser. Fine on Google?

In the last few weeks, i cannot read my iCloud emails. It says things like"message cannot be downloaded now" or "cannot move to trash now", so the only way I can consiste… (tuilleadh eolais)

In the last few weeks, i cannot read my iCloud emails. It says things like"message cannot be downloaded now" or "cannot move to trash now", so the only way I can consistently read my emails, is to switch to my Google browser, which has absolutely no problem with the iCloud emails Why would this be happening?

          Jonathan Rahn

Asked by PlazaPlace 3 lá ó shin

instagram crashing on Firefox desktop

v148, Win 10 The site froze while playing a video. It happened multiple times. Is anyone else reporting this kind of behavior on Instagram. I closed the tab, but cpu … (tuilleadh eolais)

v148, Win 10

The site froze while playing a video. It happened multiple times. Is anyone else reporting this kind of behavior on Instagram. I closed the tab, but cpu stress-like side effects remained for a while.

Asked by noel_envode 4 lá ó shin

Firefox 148: DataChannel send() fails with InvalidStateError after onopen triggers

WebRTC DataChannel worked perfectly in Firefox 147 and earlier, but after upgrading to Firefox 148, send() throws InvalidStateError immediately after onopen fires. Same c… (tuilleadh eolais)

WebRTC DataChannel worked perfectly in Firefox 147 and earlier, but after upgrading to Firefox 148, send() throws InvalidStateError immediately after onopen fires. Same code works in Chrome and previous Firefox versions.

const dataChannel = pc.createDataChannel('kvsDataChannel', {

   ordered: true,
   maxPacketLifeTime: 3000

});

dataChannel.onopen = () => {

   console.log('open, state:', dataChannel.readyState); // Shows "open"
   try {
       dataChannel.send('hello'); // Throws InvalidStateError
   } catch (e) {
       console.error('Failed:', e.name, e.message);
   }

};

Error: InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable

Environment: Firefox 148.0: Fails OS: Windows 11 Firefox 147 and earlier: Works

Question: What changed in Firefox 148 that broke DataChannel send()? Any workaround while this gets fixed?

Asked by Ethan 4 lá ó shin

Error I get "Access Denied" error when searching O'reilly Auto part with Firefox browser only

Here's the error page I get from O'reilley Auto Parts when searching. (I don't get this error when on O'relley com, but ONLY when searching for a part and ONLY with Firef… (tuilleadh eolais)

Here's the error page I get from O'reilley Auto Parts when searching. (I don't get this error when on O'relley com, but ONLY when searching for a part and ONLY with Firefox on my desktop. This started just a few months ago. All ad blocks and U Block Origin are disabled):

https://www.oreillyauto.com/search/v/a/4649/automotive-car-1988-pontiac-fiero?q=oil+filter

Access Denied You don't have permission to access "http://www.oreillyauto.com/search/v/a/4649/automotive-car-1988-pontiac-fiero?" on this server.

Reference #18.8aa03b17.1772750536.8978d2fa

https://errors.edgesuite.net/18.8aa03b17.1772750536.8978d2fa

Asked by slammfrazer 4 lá ó shin

I cannot sogn into Rogers webmail with FF but only in edge - wil this be fixed soon?

My password manager up until very recently let me sign into Rogers, the largest internet & webmail provider in Canada. Now the page does not fully come up, allowing … (tuilleadh eolais)

My password manager up until very recently let me sign into Rogers, the largest internet & webmail provider in Canada. Now the page does not fully come up, allowing one to sign in. Refreshing, rebooting & clearing cache helps not at all. It does work fine in edge however. It's an issue on your end.

Asked by jPendragon 3 lá ó shin

Firefox browser displays garbled characters

Firefox displays garbled characters, but other browsers do not display garbled characters on the same website.I'm sure it's not a website issue, because more than one web… (tuilleadh eolais)

Firefox displays garbled characters, but other browsers do not display garbled characters on the same website.I'm sure it's not a website issue, because more than one website is experiencing garbled text problems. We tried solutions found online, but none of them worked, including completely uninstalling and reinstalling Firefox.

Asked by muyu806 3 lá ó shin

Access denied to Kohls.com only using Firefox 115.33.0esr 64 bit

Access Denied You don't have permission to access "http://www.kohls.com/" on this server. Reference #18.d11c2117.1772992089.3a8acc1f https://errors.edgesuite.net/18.d11c2… (tuilleadh eolais)

Access Denied You don't have permission to access "http://www.kohls.com/" on this server.

Reference #18.d11c2117.1772992089.3a8acc1f

https://errors.edgesuite.net/18.d11c2117.1772992089.3a8acc1f

Have run thru all suggested fixes clearing cache / cookies using private mode disabling extensions / ad blocker / tracking protection

other retail sites and browsers fine

Asked by hchoate 1 lá ó shin

Am unable to connect to a specific website on my desktop, but can on my laptops, have tried numerous options

bold textI have created a new profile, uninstalled Firefox and reinstalled, flushed the DNS, always deleted cookies et al on closing. When I try and sign on I get a msg s… (tuilleadh eolais)

bold textI have created a new profile, uninstalled Firefox and reinstalled, flushed the DNS, always deleted cookies et al on closing. When I try and sign on I get a msg saying site unavailable, but when I go to the laptop sign on without any problems. Also on my desktop if I use Edge to logon to the site I am successful.

Asked by Bornkess 1 lá ó shin

Pastingissues into Firefox

I use Firefox on a Mac to access Brightspace for my classes. I also use Grammarly. When copying text from the Grammarly widgets and pasting it into the Brightspace HTML e… (tuilleadh eolais)

I use Firefox on a Mac to access Brightspace for my classes. I also use Grammarly. When copying text from the Grammarly widgets and pasting it into the Brightspace HTML editor, the text is stripped of hard returns, causing paragraphs to collapse without any breaks between them.

I have tried pasting as unformatted text, and the issue persists. This issue does not occur in Chrome, so I suspect it is due to how Firefox handles clipboard data. I have not found a workaround or resolution for this.

Asked by burgess-gaunt0w 4 lá ó shin

Firefox not performing adequately.

I can't always sign into my bank with Firefox but can with Safari. Sometime it works and other times it doesn't and I get an error message. If I switch to Safari, I nev… (tuilleadh eolais)

I can't always sign into my bank with Firefox but can with Safari. Sometime it works and other times it doesn't and I get an error message. If I switch to Safari, I never have a problem signing in. Can you tell me what's going on and how to fix it?

Also, I can't do health video calls with Firefox. I can see the person but they can't hear me. I've tried everything I know to do the get it working to no avail. However, if I do a Zoom teleconference, I generally don't have any problems. The problems come when my doctor's facility sets up the video call. I don't know what system they use, but it's odd that it only works partially (video and no sound). I can do the video calls on my cell phone with no problems. It's only with my desktop, which I prefer to use because the screen is much easier to view. Any ideas on how to fix this problem?

Thank you, Deborah Higgins dlhig33@yahoo.com

Asked by dlhig33 1 lá ó shin