43

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...

celeriko
  • 1,564
  • 1
  • 13
  • 26
  • 2
    The only difference between the two versions of Chrome stated; is Cached JavaScript files. – MackieeE May 28 '14 at 15:33
  • Have you tried clearing all Chrome's caches? – Kinnectus May 28 '14 at 15:34
  • i can view both in incognito as well as normal mode in chrome – codefreaK May 28 '14 at 15:40
  • Then maybe it's the version of WordPress (and it's respected JavaScript library that's being loaded; e.g. Outdated jQuery) is the issue; although these 'warnings' **won't** kill the execution of the page. For which, these would be PHP errors, invisible without `WP_DEBUG` being on. – MackieeE May 28 '14 at 15:40
  • 3
    If you can't post comment here on SO, you might have some kind of malware script injection – Misiur May 28 '14 at 15:42
  • 3
    @Misiur some Google extensions failing behind the scenes also come to mind (Although these are within iframes/own windows I suspect?) – MackieeE May 28 '14 at 15:44
  • 2
    Have you used CCleaner @celeriko "Open up extensions, Adblock Plus filters, Untick any filters you use, tick them again! "<--- this was one of solutions in google forum – codefreaK May 28 '14 at 15:46

10 Answers10

39

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.
joker
  • 3,416
  • 2
  • 34
  • 37
  • 1
    This worked for me on Google Sheets, when I was stuck with a `Still working...` banner on any sheet that I opened. – Nick Crews Jun 19 '20 at 22:35
  • 1
    WOW, thank you so much. I tried all you had mentioned above as well and this finally worked! thanks! – dtthom09 Jul 10 '23 at 21:26
21

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!

BSMP
  • 4,596
  • 8
  • 33
  • 44
celeriko
  • 1,564
  • 1
  • 13
  • 26
  • 1
    Really this 'answer' is a workaround. I have noticed Ghostery, which is not malware, can interfere with normal website functionality. So, first thing to do is disable Ghostery for a site or sift through all the bugs it is blocking. – Core Mar 14 '15 at 00:08
16

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 :)

Mike
  • 777
  • 3
  • 16
  • 41
  • 3
    Similarly, I had to clear out "Cookies and other site data." My works-only-in-incognito pages now also work in my "normal" Chrome browser. Thanks for the inspiration. – bergie3000 Jan 26 '18 at 00:05
  • Did not have to touch cookies. Just cleared the cache. – sureshvv Feb 14 '19 at 16:31
  • 1
    I too cleared out BOTH 'cookies & other site data' AND cache, and then it worked. I tried just cache earlier with no luck. – Ward W May 29 '19 at 16:55
  • @bergie3000 this solved my issue as well. Clearing app data (from Development Tools) indeed it's not enough. A delete files and images since the start of times, solved the issue. – Andrea Celin Aug 12 '19 at 12:29
  • 1
    The key for me was to Clear Browsing History > Advanced > Check "Cached Images and Files", then Clear Data for "All time" AND delete all "Cookies and site data" for that domain. – Andrew Kirna Nov 14 '19 at 20:03
7

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.

manish kumar
  • 4,412
  • 4
  • 34
  • 51
  • For me, autoplay videos aren't working even though I do have them set to mute. Surprisingly, the autoplay works on incognito. But I've tried disabling all my extensions but I'm still stuck with the same issue. Any suggestions? –  Oct 22 '18 at 23:38
  • CORS extension doesnt gel with youtube. Try disabling that , or share the list of extensions you are having. – manish kumar Nov 16 '18 at 06:18
  • Widgets in a custom Business Intelligence web app weren't rendering for me under "normal" Chrome, but they were under Incognito and other browsers. Clearing cookies/cache/site data did not change the behavior, but disabling the LastPass extension did. So thanks for the suggestion! Unfortunately that extension is quite useful, so next on my list is to figure out if there is some other solution. – Peter Jaffe Jul 13 '20 at 17:28
5

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
Krupal Patel
  • 512
  • 8
  • 12
2

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.

ANIK ISLAM SHOJIB
  • 3,002
  • 1
  • 27
  • 36
1

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

Sarat Chandra
  • 5,636
  • 34
  • 30
1

I had a similar issue in chrome, in my case the problem was that I could log in to my university library's website only in incognito mode. After some digging, I figured out that Google Translate extension was set to automatically translate any page. When I turned that off and instead selected never translate that specific page, it started working in the usual mode as well.

Wasim Aftab
  • 638
  • 1
  • 8
  • 16
  • Thank you, that was it. Google Translate directly in Chrome. It was the detecting the site(s) in Danish vs English, which seems be a new common problem, and selecting this site is not Danish does nothing, but saying **never translate this site** finally fixed it. – MichaelE Jan 03 '22 at 21:29
0

This is rather an old issue but still happens. None of the solutions recommended here and there did not solve the issue in my case. I somehow noticed this is related with a -some kind of- corruption on the user profile.

This is how I solved it:

  • Close all Chrome browsers.
  • Open a Google page on Chrome.
  • Sign-out from Google (rigt click your profile picture on a Google page, not on the Chrome itself), and sign-in.

If this doesn't work:

  • Close all Chrome browsers.
  • Right click Chrome icon and select Google Chrome.
  • Delete your Google profile on the "select your profile" page.
  • Close Chrome.
  • Open Chrome, sign-in.
Can
  • 55
  • 7
-1

uBlock Origin was the culprit in my case. Once I allowed the site in uBlock Origin, pages loaded correctly in normal Chrome.

nram
  • 49
  • 1
  • 3