Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

network error on local webpage, ok on website

  • 2 பதிலளிப்புகள்
  • 1 இந்த பிரச்சனை உள்ளது
  • 60 views
  • Last reply by john17

I have a website (oakmontwx.eu5.net) and the front page shows up properly, but when I open the front page locally I get a network error. I am not using localhost on my computer, but I have a javascript routine which reads a text file every 10 seconds. The network error occurs when the page tries to read the file, and only half the webpage appears. On the website there is no problem.

This only started occurring today after Firefox did an auto update. I have refreshed FF and also reinstalled it but the problem persists. The page shows up properly in MS Edge and Safari.

I have a website (oakmontwx.eu5.net) and the front page shows up properly, but when I open the front page locally I get a network error. I am not using localhost on my computer, but I have a javascript routine which reads a text file every 10 seconds. The network error occurs when the page tries to read the file, and only half the webpage appears. On the website there is no problem. This only started occurring today after Firefox did an auto update. I have refreshed FF and also reinstalled it but the problem persists. The page shows up properly in MS Edge and Safari.

தீர்வு தேர்ந்தெடுக்கப்பட்டது

john17 said

I am not using localhost on my computer, but I have a javascript routine which reads a text file every 10 seconds. The network error occurs when the page tries to read the file, and only half the webpage appears. On the website there is no problem.

A security fix in Firefox 68 limits access from file:// pages to other file:// pages. I don't know the exact details of what the restrictions are. Please see the following thread for a workaround, although you might only want to enable it during development:

https://support.mozilla.org/questions/1264312

Does that work for your page?

Read this answer in context 👍 1

All Replies (2)

தீர்வு தேர்ந்தெடுக்கப்பட்டது

john17 said

I am not using localhost on my computer, but I have a javascript routine which reads a text file every 10 seconds. The network error occurs when the page tries to read the file, and only half the webpage appears. On the website there is no problem.

A security fix in Firefox 68 limits access from file:// pages to other file:// pages. I don't know the exact details of what the restrictions are. Please see the following thread for a workaround, although you might only want to enable it during development:

https://support.mozilla.org/questions/1264312

Does that work for your page?

Thanks jscher2000 - that fixed the problem.