Showing questions tagged:

NAO CONSIGO ACESSAR M LINK PARA ESTUDAR

ESTOU TENTANDO ACESSAR UM LINK ATRAVES DO WHATSSAP PARA ESTUDAR MAS TODA VEZ QUE ENTRO NO LINK DA ERRO,QUANDO TENTO NO CELULAR DA CERTO APENAS NO MEU NOTEBOOK QUE DA ERRO… (read more)

ESTOU TENTANDO ACESSAR UM LINK ATRAVES DO WHATSSAP PARA ESTUDAR MAS TODA VEZ QUE ENTRO NO LINK DA ERRO,QUANDO TENTO NO CELULAR DA CERTO APENAS NO MEU NOTEBOOK QUE DA ERRO NO LINK

Open 77

Accidently opened computer in unwanted browser - Facebook account is corrupted

Lost Mozilla as my default browser after accidentally opening my Facebook page using Edge. The only site that is corrupted is Facebook. All others work properly. I still … (read more)

Lost Mozilla as my default browser after accidentally opening my Facebook page using Edge. The only site that is corrupted is Facebook. All others work properly. I still want Mozilla. Looks like I've created a newer Mozilla account even though I used my password to open my account using my email address and password. My profile name has changed. Wondering if problem occurs because account is shared with my husband and our account is under his name/email. Any suggestions appreciated. We do subscribe to Norton. Thanks.

Open 83

why do I get a white page when I click on a stored bookmark?

Sometimes when I click on a stored bookmark all I get is a white page and no info.? when this happens I right click on the firefox icon in the taskbar and go to a new pri… (read more)

Sometimes when I click on a stored bookmark all I get is a white page and no info.? when this happens I right click on the firefox icon in the taskbar and go to a new private window and after that I can get to the bookmarked site. wondering why this happens at times. I am using windows 10 for now but am planning to build another computer with windows 11 in the future.

Open 83

При нажатии на ссылки некоторых сайтов выходит страница с адресом, но содержимое пустое либо белый экран окна, либо черный, в зависимости от сайта, ничего не смогла понять, другие сайты открываются отлично.

При нажатии на ссылки некоторых сайтов выходит страница с адресом, но содержимое пустое либо белый экран окна, либо черный, в зависимости от сайта, ничего не смогла понят… (read more)

При нажатии на ссылки некоторых сайтов выходит страница с адресом, но содержимое пустое либо белый экран окна, либо черный, в зависимости от сайта, ничего не смогла понять, другие сайты открываются отлично. Например notion открывает черной страницей, мой газ https://мойгаз.смородина.онлайн/ открывает белым, mail.ru открывает но дальше все письма внутри начинает открывать чистыми вкладками. И это происходит не зависимо от того включен VPN или нет, загружает одинаково, произошло сегодня после перезагрузки компьютера. Сайты рабочие, проверено с этого же компьютера но другими браузерами. Как решить проблему? Это малая часть сайтов которые не работают.

Open 89

Accidentally clicked don't show again on popup and can't restore!

I use an online weaving software (https://twistedthreads.org) and when deleting a row there's a popup that asks "do you want to delete?". I accideantally hit the checkbox… (read more)

I use an online weaving software (https://twistedthreads.org) and when deleting a row there's a popup that asks "do you want to delete?". I accideantally hit the checkbox that was along the lines of don't ask again and now even when clicking the button that would launch this pop up it won't come up (effectively meaning I can't use the delete button!) I've tried resetting cookies, and allowing the site to send me pop ups and it seems to have made no difference.

Open 18

Browser distortion issue

Having issues with the browser often appearing distorted, text and images failing to load, videos showing up blank etc. Problem disappears when in troubleshooting mode b… (read more)

Having issues with the browser often appearing distorted, text and images failing to load, videos showing up blank etc.

Problem disappears when in troubleshooting mode but after several refreshes the problem returns almost immediately, making using Firefox incredibly frustrating.

Open 33

Template literal not resolving as expected

I have a directory structure C: Gustafson Website ⋮ scripts global.js ⋮ ⋮ TestDirector… (read more)

I have a directory structure

C:

   Gustafson
       Website
           ⋮
           scripts
               global.js
               ⋮
           ⋮
           TestDirectory
               baseUrl_test.html
           ⋮

In the <head> of a webpage, I determine a baseUrl for the page using the following:

 <script>
   // assumes website topmost directory is "Website""
   ( async ( ) => {
     const segments = document.documentURI.split ( "/");
     const index = segments.findIndex ( element => 
                                        element == "Website" );
     if ( index < 0 )
       {
       throw new TypeError ( 
                 "Website structure not constructed correctly" );
       }
     segments.length = index + 1;
     let path = segments.join ( "/" );
     path += "/";
     window.baseUrl = path;
     console.log(`${baseUrl}`);
     } ) ( );
 </script>

The console log displays

file:///C:/Gustafson/Website/

In the body is

 <script>
   console.log ( `${baseUrl}scripts/global.js` );
 </script>
 <script src=`${baseUrl}scripts/global.js`></script>
 <script>
 window.onload = 
   function ( )
     {
     Global.initialize_globals ( );
     };
 </script>

The console log displays

file:///C:/Gustafson/Website/scripts/global.js Loading failed for the <script> with source “file:///C:/Gustafson/Website/TestDirectory/%60$%7BbaseUrl%7Dscripts/global.js%60”. Uncaught ReferenceError: Global is not defined

   onload file:///C:/Gustafson/Website/TestDirectory/baseUrl_test.html:37
   EventHandlerNonNull* file:///C:/Gustafson/Website/TestDirectory/baseUrl_test.html:34

The problem is the console.log displays what is expected but the src= is using something totally different.

Open 12

When I access a file or a page, it comes up as a page full of numbers and symbols. How to get rid of that.

This just happened, (45 minutes). When I attempt to access a page or a file, when the page comes up on screen, it is a page of numbers and symbols. How do I remove thes… (read more)

This just happened, (45 minutes). When I attempt to access a page or a file, when the page comes up on screen, it is a page of numbers and symbols. How do I remove these pages??

Open 73

Intermittent failure to load local resources

I've got an Angular project running locally on my machine (https://localhost:4300 using NodeJS 24.11.1 and Angular 20.3.0) and I can't get it to consistently load files f… (read more)

I've got an Angular project running locally on my machine (https://localhost:4300 using NodeJS 24.11.1 and Angular 20.3.0) and I can't get it to consistently load files for me when I refresh the page.

The network call shows the response coming back, but I'm getting a red ban icon in the Status column instead of 200. Sometimes it's styles.css and nothing looks right. Sometimes it's polyfills.js and I get an error in the console about "In this configuration Angular requires Zone.js". Sometimes, it's one or many chunk-*.js files. Sometimes, it goes back and forth about which it doesn't want to load. And then sometimes, everything is fine. When it fails, it takes between 1 and 20-some-odd refreshes of the page to get it to load properly. The passage of time doesn't seem to make a difference, as sometimes I can recompile the project and jump right into Firefox and it loads fine. Other times, it will only load after I've refreshed multiple times. If it's a JS file that fails, I also see a warning in the console window about "Loading failed for the script with source [filename]".

I've added an exception for the SSL certificate. CTRL+F5 doesn't make a difference in the behavior. The only extensions I have running are LastPass and Bitwarden. The only plugins I have in place are "OpenH264 Video Codec provided by Cisco Systems, Inc." and "Widevine Content Decryption Module provided by Google Inc." I've disabled Enhanced Tracking Protection for the site. I've rebooted and restarted everything.

Any ideas what might cause this? The other developers on the team don't have this issue. I'm using "ng serve --host 0.0.0.0 --ssl xxx-app-name-xxx --live-reload false" to run my environment. What should I be looking for on my machine that might cause this type of intermittent failure?

Open 19

Web App Loads but Interactive Content Stays Blank in Firefox (Timeout / CDN Issue)

I’m experiencing an issue in Firefox where a web-based application loads the main interface, but the interactive content does not appear or remains blank. This happens co… (read more)

I’m experiencing an issue in Firefox where a web-based application loads the main interface, but the interactive content does not appear or remains blank. This happens consistently when the site is accessed through a CDN, while direct access to the origin server works correctly.

The issue seems related to delayed or timing-out requests (similar to a 524 timeout), where dynamic content fails to load within expected response times. Static elements render properly, but anything requiring API or server-side processing does not display.

This behavior also affects browser-based puzzle apps like Spelling Bee, where the gameplay area may freeze or fail to load entirely in Firefox. I’ve tested across multiple networks and devices, and the issue persists only in this routing setup.

Has anyone experienced similar rendering or loading issues in Firefox related to CDN timeouts or delayed responses? Any troubleshooting tips or Firefox-specific settings that could help would be appreciated.

Open 33

Recently, my access to my gmail.com email account is no longer working or giving me access

Normally, I use the FireFox browser to access my gmail.com email account to view my messages. I am not sure what changed, but now when I enter gmail.com on my FireFox br… (read more)

Normally, I use the FireFox browser to access my gmail.com email account to view my messages. I am not sure what changed, but now when I enter gmail.com on my FireFox browser, I am not getting any response. I do not get the gmail display where I would view my messages. Additionally, I am not getting any error messages, all I get is a blank screen.

Is there any advice you can provide to help me resolve this issue ??

Open 45