Showing questions for topic:
Showing questions tagged:

Your browser is not currently supported - twitch.tv

I updated firefox through apt, and since then, have not been able to log into twitch I am on ubuntu 24 apt list --installed | grep firefox firefox/mozilla,now 144.0.2~bui… (read more)

I updated firefox through apt, and since then, have not been able to log into twitch I am on ubuntu 24

apt list --installed | grep firefox firefox/mozilla,now 144.0.2~build1 amd64 [installed]

Attempting to log in returns the generic "Your browser is not currently supported"

Solved Archived 8 1450

icloud sign in fails with firefox: "Failed to verify your identity. Try again."

Hi, I'm using Firefox 142 on Ubuntu 24.04. It's a fresh install. I cannot sign in icloud.com with Firefox even though it works with other browsers like Brave. I deleted a… (read more)

Hi, I'm using Firefox 142 on Ubuntu 24.04. It's a fresh install. I cannot sign in icloud.com with Firefox even though it works with other browsers like Brave. I deleted all cookies and site data and disabled extensions (KeePassXC). It doesn't help. I tried in new private window. No success. I copy my password from a password manager, so, no, I haven't mistyped it.

Here's what I do:

  1. Open Firefox and go to icloud.com
  2. Click on the "Sign In" button
  3. Enter my Apple-ID and click on the arrow on the right end of the "Email or Phone Number" field

At this point Brave behaves differently than Firefox. See below for how Brave behaves.

Firefox: -> A "Password" field appears (no buttons "Continue with Password" and "Sign in with Passkey")

  1. Enter my password and click on the arrow on the right end of the "Password" field

-> Error message "Failed to verify your identity. Try again" appears. See icloud.png

Brave: -> Two buttons "Continue with Password" and "Sign in with Passkey" appear. See icloud-with-brave.png

  1. Click on button "Continue with Password"

-> A "Password" field appears.

  1. Enter my password and click on the arrow on the right end of the "Password" field

-> 2FA code is sent to my iPhone -> "Two-Factor Authentication" form opens... etc. complete sign in successfully

Please help!

Unfortunately I cannot attach the HAR file from the login sequence because the password is included. However, I attached some screenshots from the Web Developer Tools. It seems to me that the login flow with Firefox is broken. I can't tell who's to blame, Apple of Firefox. The error message with Firefox is always the same, no matter whether I enter the correct password or rubbish. In Brave, however, there is a more precise error message when I enter a bad password. See icloud-with-brave-wrong-password.png

Archived 7 756

Images from canvas black or transparent: img.src = canvas.toDataURL(); // FF: 'image/jpeg'=black. Png,webp,default=transparent.

I don't know if this ever worked in FF, since I've been on Chrome a while. I tried canvas.toBlob() in FF without a solution. The behavior is the same whether the served i… (read more)

I don't know if this ever worked in FF, since I've been on Chrome a while. I tried canvas.toBlob() in FF without a solution.

The behavior is the same whether the served image is jpg or webp. A Servlet delivers the image data, here in webp:

          response.setHeader("Content-Type", "image/webp");

On page, I use a canvas thus => see '// FIREFOX'

     var canvas = document.createElement( 'canvas' );
     canvas.width = width;
     canvas.height = avail_height;
     var context = canvas.getContext( '2d' );
     context.drawImage( imgsrc, 0, 0, width, avail_height);
     context.lineWidth = 150;
     // FIREFOX: canvas.toDataURL('image/jpeg')=black, png,webp,default=transparent
     img.src = canvas.toDataURL('image/jpeg');
     img.onmousedown = disableDragging; // for FF
     img.style.opacity = "1.0";
     console.log('setImg ok');

Inspecting a black jpeg:

        data:image/jpeg;base64,...

Thanks!

Solved Archived 7 638

Unable to play some YouTube videos on Firefox on Steam Deck

First off, apologies - I don't know if this is a YouTube problem, a Steam Deck problem or a Firefox problem. I haven't been able to figure out the cause of this problem f… (read more)

First off, apologies - I don't know if this is a YouTube problem, a Steam Deck problem or a Firefox problem. I haven't been able to figure out the cause of this problem for months so I'm trying you guys because you're more responsive than YouTube has been so I'm really hoping it's a Firefox problem.

Basically since early June I've been getting "an error occurred" errors for YouTube videos of approximately an hour. Longer videos and shorter videos tend to play fine, but I get the issue with videos under ten minutes sometimes as well.

This only occurs in Firefox on my Steam Deck (SteamOS). Other browsers and other devices are fine.

I have cleared my cache, cleared cookies, disabled extensions and logged in and out of YouTube to no avail. The problem still occurs in troubleshoot mode and updating Firefox hasn't fixed it.

Would appreciate any troubleshooting tips and again, apologies if this ends up not being a Firefox problem, I just don't know what else to try at this point.

Solved Archived 2 638

Error logging in to account.apple.com - Failed to verify your identity!

I'm unable to login to account.apple.com on my laptop which is running Ubuntu 24.04.3 LTS. I've launched Firefox using the `-p` option, created a new profile and then nav… (read more)

I'm unable to login to account.apple.com on my laptop which is running Ubuntu 24.04.3 LTS.

I've launched Firefox using the `-p` option, created a new profile and then navigated to https://account.apple.com/sign-in and tried to login. I've attached a screenshot of the error message.

I had tried multiple things on my default profile, even troubleshoot mode, but I couldn't get it. I even tried useragent switcher to no avail.

I can login to the site using Chromium.

What else can I try?

Solved Archived 4 591

Using canvas/context to scale an image that displays ok before removes the image data, ok in Chome/Safari.

The app sizes two adjacent images to the same height. Maybe there's a better approach? This works, in that I see the original image displayed at the wrong size: //img.… (read more)

The app sizes two adjacent images to the same height. Maybe there's a better approach?

This works, in that I see the original image displayed at the wrong size:

   //img.src = imgsrc.src;

This sizes the image but without the data (black square for toDataURL w/ image/jpeg) in FF, but not Chrome and Safari:

   var canvas = document.createElement( 'canvas' );
   canvas.width = width;
   canvas.height = avail_height;
   var context = canvas.getContext( '2d' );
   // Tried/failed: Fill white background for JPEG export
   //context.fillStyle = '#fff';
   //context.fillRect(0, 0, canvas.width, canvas.height);
   context.drawImage( imgsrc, 0, 0, canvas.width, canvas.height);
   context.lineWidth = 150; // ??
   img.src = canvas.toDataURL('image/jpeg', 0.92);
   img.onmousedown = disableDragging; // for FF
   img.style.opacity = "1.0"

The page is the view.html one gets to via Enter on phobrain.com.

Solved Archived 8 403

There are Dozens of open issues on Bugzilla about YouTube. Will they ever be addressed?

I have at least one question on the support forum which has never been answered. So I went to Bugzilla, and discovered dozens of YouTube issues under the Open/Unconfirmed… (read more)

I have at least one question on the support forum which has never been answered. So I went to Bugzilla, and discovered dozens of YouTube issues under the Open/Unconfirmed status.

I can reproduce my problems. I'm sure others can reproduce their problems. Nothing is done. NOT EVEN admitting there is a problem.

If I can't use YouTube on Firefox (I can't), then why am I using FF? It is one of the biggest sites on all of the internet. But FF apparently doesn't care if it doesn't work.

What. Is. Going. On?

(See the attached image... the big blank space is where the video should display)

Open 8 396

Google Sheets Will Not Scroll on Firefox Dev Ed 144.0b4 for Linux

I am having difficulty using Google Sheets within Firefox Developer Edition 144.0b4 (64-bit) on Linux Mint 22.2 Cinnamon. When I load any of my Google Sheets, I am unable… (read more)

I am having difficulty using Google Sheets within Firefox Developer Edition 144.0b4 (64-bit) on Linux Mint 22.2 Cinnamon. When I load any of my Google Sheets, I am unable to scroll. This includes when using a blank sheet.

I also have Firefox 143.0.1, which seems to still be functioning correctly.

Archived 4 376

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… (read more)

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?

Open 3 351

Facebook Messneger says Firefox browser unsupported for Video and Audio communications

Will Firefox ever be updated to use end to end encryption so that users of Facebook Messenger can do audio and video chats as they did before META's change? If not, Mozil… (read more)

Will Firefox ever be updated to use end to end encryption so that users of Facebook Messenger can do audio and video chats as they did before META's change?

If not, Mozilla could lose a lot of Firefox users of Facebook Messenger. That includes me. I have been with FF since v0.93 :-P

Messenger audio and video chats work fine on several other browsers including Brave. There is even a Messenger App on the Microsoft store.

I would really like to see someone at Mozilla answer this.

Archived 1 350

Linux mint firefox and google street view

Hello. I am using Linux Mint 21.3 cinnamon and Firefox 144.0.2 When I use Google maps and the yellow small pointer (cartoon) to go on a specific street, the window come b… (read more)

Hello. I am using Linux Mint 21.3 cinnamon and Firefox 144.0.2 When I use Google maps and the yellow small pointer (cartoon) to go on a specific street, the window come black when shifting to street view. My only extension is disabled, hardware acceleration unchecked, cache cleared and cookies cleared. I have made fresh install and nothing help. Troubleshooting mode allow street view to work fine but normal mode don't work. Google chrome work good. Chromium work good. And finally, Firefox work ok on my Linux mint LMDE 6.

Any idea where to go to solve this issue?

Thanks for your support

André

Solved Archived 15 341

Directv will not allow using Firefox to access

I have spent hours with Tech department and digital assistand department at Directv. Today they are telling me as long as I use Firefox I will be unable to access my acco… (read more)

I have spent hours with Tech department and digital assistand department at Directv. Today they are telling me as long as I use Firefox I will be unable to access my account. I have paid to have my computer checked out and was told that it was updated and the system was working fine. How to I get Directv to recognize my system?

Solved 3 323

I get an edgesuite.net error from many sites using Firefox ESR

I have CentOS Stream release 8 on my laptop and desktop, with firefox-115.11.0-1.el8.x86_64 If I connect to some sites, such as signin.costco.com, www.tesla.com/modely, w… (read more)

I have CentOS Stream release 8 on my laptop and desktop, with firefox-115.11.0-1.el8.x86_64

If I connect to some sites, such as signin.costco.com, www.tesla.com/modely, www.airindia.com, www.meijer.com, I get errors such as You don't have permission to access "http://www.tesla.com/modely" on this server. Reference #18.71951eb8.1774502305.1a7c7680 https://errors.edgesuite.net/18.71951eb8.1774502305.1a7c7680 You don't have permission to access "http://www.airindia.com/" on this server. Reference #18.c50e2017.1774501671.2dadbdb4 https://errors.edgesuite.net/18.c50e2017.1774501671.2dadbdb4

The error appears invariant of my IP address (different IPv4 addresses after rebooting my router, or an IPv6 address via a proxy). I have Firefox 60.7.2esr and 78.5.0esr on an older machine. Those sometimes work to some of these sites, but don't support all the site functionality, e.g. I can't actually login to Costco. www.tesla.com/modely works in 78.5.0esr. The Firefox on my Android tablet works for tesla; I haven't checked all the other sites. In conversation with my ISP (Starlink) customer service AI, I have tried deleting cookies and disabling plugins (only H264 and Widevine) with no effect. It suggests there is a problem with Akamai fingerprinting the browser.

I get edgesuite errors using Lynx or elinkx or curl also

Solved 6 1 305

Bank of America login

I can no longer enter a password on the login page at https://secure.bankofamerica.com/login/sign-in/signOnV2Screen.go. I was able to change my password but it didn't he… (read more)

I can no longer enter a password on the login page at https://secure.bankofamerica.com/login/sign-in/signOnV2Screen.go. I was able to change my password but it didn't help. A BofA agent could not identify the problem and walked me through the login using Chromium.

Archived 16 293

Icloud page not working

When I try to sign in to my icloud account the account authorization won't pop up at all. I've tried restarting my pc and everything. I'm using Fedora Linux version 42 Wo… (read more)

When I try to sign in to my icloud account the account authorization won't pop up at all. I've tried restarting my pc and everything. I'm using Fedora Linux version 42 Workstation edition.

Archived 2 284

Facebook like/love/sad/angry icons not rendering properly

I'm using Firefox 144.0, running on Ubuntu 24.04. I have seen many "fixes" for this issue, posted here and elsewhere. None work for me. Tried turning off Privacy Badger a… (read more)

I'm using Firefox 144.0, running on Ubuntu 24.04. I have seen many "fixes" for this issue, posted here and elsewhere. None work for me. Tried turning off Privacy Badger and uBlock. Cleared Firefox cache. Tried Safe Mode. No go.

On the same machine, the problem does NOT occur when using Chrome.

I've seen multiple mentions of this issue, various places. I've tried all the fixes I've seen, save doing stuff with Java scripts.

Suggestions?

Thanks in advance for the help!

Mike

Archived 2 284

Cloudflare capcha

Firefox for Linux can never get past Cloudflare's security captcha. Not just the latest version, but several versions in a row. The page reloads over and over again. Even… (read more)

Firefox for Linux can never get past Cloudflare's security captcha. Not just the latest version, but several versions in a row. The page reloads over and over again. Eventually, I launch a different Chromium-based browser and open the page there. Firefox for Android usually handles this issue.

Archived 1 284

Sites in the latest versions stopped opening.

After upgrading my 128 esr to 140 esr, some sites stopped opening. In regular versions, it has not opened for a long time. There are many such sites, for example, qwen3.a… (read more)

After upgrading my 128 esr to 140 esr, some sites stopped opening. In regular versions, it has not opened for a long time. There are many such sites, for example, qwen3.app or temp-mail.io. It thinks for a long time and finally a message that the time has expired. Chromium is ok.

Archived 10 283

Linux and Netflix limitation to 720p

Hello there. Unfortunately, according to Netflix help pages, Firefox Linux is limited to 720p, unlike Windows or macOS version. Opera is the only linux browser allowed to… (read more)

Hello there. Unfortunately, according to Netflix help pages, Firefox Linux is limited to 720p, unlike Windows or macOS version. Opera is the only linux browser allowed to stream Netflix at 1080p.

This is a Netflix side limitation because using a fake user-agent is a workaround.

I have reported this problem to Netflix, it appears to be a DRM limitation. My report to Netflix have been share with their tech team, but I doubt that leads to anywhere.

Question : why this limitation ? Is the Widewine codec implemented differently in linux version ? Is there a way to make Netflix change their rules from Firefox team ?

Archived 3 255