LocalStorage disappears in chrome after page refresh - google-chrome

It's fine on the first load but as soon as I refresh, despite it being available from the console, it's not visible in the applications tab.
What do I do about this?
I'm on version 57.0.2987.133

As wOxxOm mentioned, this is currently a bug on Chrome but fixed in canary 59. I'm on 58.0.3029.110 (64-bit) and still seeing the issue.
You can try on Safari and shouldn't see the issue.

Related

Chrome Version 102.0.5005.63 (Official Build) (64-bit) invalidate session after 30 seconds

We are seeing a really weird issue with our production site where after 30 seconds it appears that the session is invalidated in the Chrome and Edge browsers. We don't see any errors in the chrome inspect console.
We saw this behavior on 25MAY2022 right around when chrome 102 got pushed to the browsers at 5pm. IF we use inspect and turn off the cache then we don't see any issues with loading the site and everything operates fine.
FireFox works fine.
I'm using chrome 101.0.4951.61 against the same site on my android 11 phone and I cannot reproduce the issue.
Are there any new features in 102 we could turn off to see if a specific new security check might be at play?
My team is experiencing a similar issue when calling our API. If you go to chrome://flags/#private-network-access-send-preflights, and disable it, does that resolve your issue? If it does, then adding this header to your site may resolve the issue:
Access-Control-Request-Private-Network: true
We are currently doing pre-prod testing which is so far promising.
https://developer.chrome.com/blog/private-network-access-preflight/
Chrome ERROR_TIMED_OUT in latest version

Hovering on a variables in Chrome dev tools is not showing the current value?

On hovering a variable in Chrome dev tools, after putting the debugger in the .js file, the current value of that variable is not showing.
I'm using Chrome version 79.0.3945.88 (Official Build) (64-bit)
As has been rightly pointed by #wOxxOm and #adam0101, this is a bug and the Chrome team is addressing it.
For now, I'm using Chrome Canary https://www.google.com/chrome/canary/, which seems to be working perfectly fine.

Can't scroll XHR preview in Google Chrome Dev Tools

When I use Chrome with Dev Tools and I perform an Ajax request, I can't scroll down in the Preview tab if content is HTML.
I can see the scrollbar but I can't click on it or scroll down.
Version 67.0.3396.99 (Official Build) (64-bit)
Some of my workmates have the same issue.
Is there any way to fix this?
I tried to disable all extensions but it still happens.
Thanks.
As mentioned by Oli in the question comments, this is fixed when updating to Google Chrome 68.
Thanks.

iFrame resizer with chrome 67 causes flickering

We have an iframe resizer in use with the default settings.
Until the upgrade to chrome 67 it worked fine.
When I am using chrome 67 on a macbook pro (13") every change in the view causes the screen to flicker.
When used on an external monitor it works fine, also works fine on firefox.
We couldn't find any known issue on chrome, but this is a pretty new version.
Just to close this issue if someone will encounter this in the future.
This is a bug in chrome.
We contacted the chromium team and they are on it.
You can follow the discussion here: https://bugs.chromium.org/p/chromium/issues/detail?id=852348

Chrome Dev Tools: tooltips are not displaying correctly

When I hover over the inspect tool or over the styles.css link in the styles tab, the tooltip is not displaying correctly. It is too far to the right and cut off. I have tried un-installing and re-installing Chrome. I have tried disabling all my extensions. I can't figure out what's causing this. Is this just a bug? I have already submitted this to the Google Chrome help. I am running OS X El Capitan 10.11.6 and Chrome Version 67.0.3396.62.
Screenshot of dev tools
I finally solved this by turning off "Use hardware acceleration when available" in my Chrome settings.
This was a bug in version 79. You have to update your Google Chrome to version 80+.