Webpage displayed in Incognito, not in regular Chrome

巧了我就是萌 提交于 2020-06-11 16:16:21

问题


So i have been running into this problem with a lot of Wordpress sites lately, usually occurring when i am logged in as Admin, so i couldn't post here because no one would be able to view the problem. However, i just found a site that it happens on that doesn't require admin creds.

http://www.otisports.com/

When i visit this site in Chrome (Version 34.0.1847.137 m), it just displays a blank page. No errors, just the (what now seems standard) event.returnValue is deprecated. Please use the standard event.preventDefault() instead. warning. I have seen that warning signify problems on the site, but they are usually minor, not to the extent that the above URL displays. However, if i open an Incognito window and visit the site everything works perfectly and there is no warning. Does the Incognito window deal with webpages in a way that is so entirely different that it would cause something like this to happen?

I have been racking my brain trying to figure this out. Can anyone reproduce this? is it a bug in chrome?

EDIT: I just tried to open a bounty on this question and the EXACT same thing happened. In Regular Chrome, nothing happened when i clicked the start a bounty link and i saw various errors Undefined is not a function however in incognito everything worked perfectly. what gives?!

EDIT: Yes, i have cleared the cache, history, cookies, everything, and i still get the same errors. I cant even post a comment on this question because of errors...


回答1:


After reading the comments I dug into chrome and saw there was a bunch of extensions still sitting around that were definitely malware and I thought I had previously deleted. Instead of picking through them one-by-one, I just deleted everything, re-installed Chrome, and now everything works great!




回答2:


I had the same issue. My application was working in Incognito mode and in Firefox but not in Regular Chrome. I even disabled all the extensions but no luck. I eventually cleared the Cached images and files because on developer console I found out that the regular chrome was still picking up the old file due to caching. So as soon as I cleared it, my app showed up like a rocket :)




回答3:


I came across the same issue when trying to open evernote.com. It loaded successfully while using incognito mode in chrome. Let me share how I fixed this even though the original post is way too old. But maybe someone can find it useful.

I'm using chrome (Version 73.0.3683.103 (Official Build) (64-bit)) running on Linux Ubuntu 18.04.2 LTS.

I tried disabling all extensions and clearing browser data/cache but nothing worked. PS: Disabling adblock previously worked for me. Yes, I stumbled over the same issue before and whitelisting evernote in adblock solved the issue. But it didn't now.

The following is what worked for me:

  1. Open developers tools (CTRL + SHIFT + J).
  2. Navigate to Applications tab.
  3. Choose Clear storage from the side menu
  4. Hit Clear site data button.



回答4:


Try removing any non required extension . Specifically AdBlock

I resolved the problem post that.

Since on Incognito , extensions are disabled, hence page run as expected.




回答5:


This is for Chrome Browser.

Open Console (Ctl+Shift+I) first.

Then under the application tab, you will find some options on the left, find out the application there, you will find it at the top.

There you will find Service Workers.

Under Service Workers, there will be three checkboxes. Select Update on reload checkbox and reload again.




回答6:


I resolved this unforeseen issue using following steps.

CTRL + SHIFT + DEL > Clear Browsing Data.

  1. Cookies and other site data
  2. Cached images and files



回答7:


I had the same issue after installing React-Sight Extention. The Page hanged but not in the incognito mode.

  • Try deleting any recently added or junk extension.
  • Delete your cache.

That worked for me



来源:https://stackoverflow.com/questions/23788977/webpage-displayed-in-incognito-not-in-regular-chrome

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!