Why can't I open Remix IDE in my browser? - ethereum

I can open Remix in the past smoothly, but today I can't open it anymore.
The web page reminds me to do a hard refresh. I tried for many times, but it doesn't work.
I have also tried to use another browser, change my proxy server and restart my computer. None of these solved my problem.
I can't reinstall my browser because my crypto wallet was plugged to it.
I wonder why this error occurs and how I can solve this to use Remix in my browser normally.

Related

Getting this localhost:8080 prompt window on every new page or redirection

I am getting this weird prompt window from yesterday since restarting my laptop on every redirection of url or whenever I open the new tab it just pops up. Going to localhost:8080 show unauthorized. Secondly in my developers option I have started seeing following 2 errors
1 content.static.js:20 GET http://localhost:8080/contentDocumentStart.js 401 (Unauthorized)
2 GET https://dw4sx0xk0hu8c.cloudfront.net/contentDocumentStart.js 403
Kindly if anyone can help. I have searched, came across few of the tomcat solution but I don't know what is the issue or how to sign in (more importantly whats it requiring it for).
For some odd reason I tried updating chrome and restarting it several times but in vain. The thing that worked is I restarted my PC (for some new software changes to take effect). And while browsing I noticed I wasn't getting the pop up window any more on chrome. So if it happens with someone, try restarting the PC.

How do I eliminate err_invalid_response on my website?

' I run a website https://www.laughingmessiah.com made on Wix platform. Its giving me Err_invalid response error. I have tried following steps to get it running-
-Deleted my cookies and cache
-Tried it over multiple devices and different connections
-Tried using different browsers
-Did ipconfig/flush dns on command prompt
-Tried it on incognito mode
-Deleted and reinstalled chrome
-completely disabled my antivirus
-disabled all extensions on chrome
However none of the steps worked out. Would really appreciate if someone can suggest what is the issue out here. It was working fine few days back.

How to clear DNS cache in google chrome

On Linux Debian 10 (Buster), I am using the http(s) client google-chrome-stable.
I was configuring (nginx) and testing (chrome) a reverse proxy and it got cached using a wrong domain.
I fixed the configuration but it still resolve to the wrong domain.
I have tried to go chrome://net-internals/#dns and click on Clear host cache but that didn't change anything.
I have tried to go chrome://net-internals/#sockets and click on Flush socket pools but that didn't change anything.
I am not working with FireFox, so FireFox can resolve correctly (so does curl).
After about 10 minutes, without restarting chrome. I did F5 (refresh) and it was loading the proper page. I haven't found a manual way to immediatly clear chrome cache.
I am doing devops and I haven't solved this issue for years.
Would love to know how to do one day :O
What happens if you open developer console F12 and then hold down on the refresh button and then select empty cache and hard reload?
Take a look at this gif for an example.

Chrome keeps redirecting me to https

I made a web page, its hosted on a server with no ssl support (nor does it need any). Anyways, all was well when I handed it over couple weeks ago but since yesterday something weird started happening.
On some computers (like half that I've tried), chrome automatically redirects the website to https which doesn't work so you get the warning page. I tried emptying the browser cache, restarting the browser, reinstalling the browser but it still happens, when i do a clean install and type in http://mysitename.com it still goes to https://mysitename.com, and only on those computers, I just don't get it.
On the flipside, on the computers where the page works fine, when I type in the https url into chrome, it goes to the http page, as it should.
What could be going on here?
Chrome added a "HTTPS: 1" header by default in its last version.
As a result, Chrome asks your server to respond with the HTTPS version if available.
=> You have either to disable the SSL mod on your server, or to deploy a valid certificate on it.
Wow, would have been nice to hear about this. I had the site working fine on Thursday night (no SSL installed) and by Friday, Chrome (and only Chrome) is showing it as a security risk (on antivirus) because it's redirecting to wrong domain.
I've tried all the fixes. Now I guess it's SSL or nothing?

Chromedriver times out after login

I am trying to run UI tests on Selenium. The website runs on SSL. When using Chromedriver, after login, the page keeps on loading and shows "Establishing secure connection" and then eventually times out. Chrome also shows the yellow triangle before the URL in the browser. However, I don't see the yellow triangle when I log into the website using Chrome outside of this. I further noticed that the standard settings in Chrome are not the same as the Chrome instance that opens up when Chromedriver fires it, not sure why.
Can someone tell me what might be going on here and how I can fix the issue?
It may be chromedriver issue. Try to downgrade it. Version 2.12 helped us with similar problem.
https://sites.google.com/a/chromium.org/chromedriver/downloads