This Blogpost gives you more information on the common issues we face while logging in to salesforce using Chrome and remedies.
Repro
1. Log in to the Salesforce Android mobile app.
2. Leave the app idle for an extended period of time.
3. Come back into the app and attempt to navigate to a record detail page.
4. Observe the page does not load and loads to a white screen.
Workaround
The issue affects only the Salesforce Mobile app. Users should also clear cache: via the App’s Main Menu ‘Setting’ selection [ Advanced | Clear Cache]
Optionally: Log into Salesforce via Chrome or Safari browser on your mobile device.
Repro
1. Use Android device, Android version 9 or 8 with Chrome version 69.3497.100 or above
2. Install Salesforce app from Google Play, and just open it once (do not have to log in)
3. [Setup] -> [App & Notifications] -> [Chrome] -> [Open by default], tap [CLEAR DEFAULTS]
4. Launch Chrome browser, clear the browser cache, go to ‘https://login.salesforce.com.’
5. Type username and password, tap [Log In] to log into your org
6. On the [Open with], select “Chrome,” tap [JUST ONCE]
7. You should see “You’ve been logged out due to inactivity.”
Workaround
Using either of “https://<instance>.salesforce.com” or My Domain to login.
Repro
Try to create a lightning component using the below document.
https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/lightning_out_dependencies.htm
Create a Visual force page to display the above lightning component on it.
When the users try to access the above visualforce page, Intermittently we see that the users are being displayed a Gack Error or Internal Server Error displaying an error Id.
Workaround
1. The below steps refer to Chrome.
go to chrome web/browser console -> Application tab -> click on clear storage -> click on clear site data
go to chrome web/browser console -> Application tab -> Right click on cache storage -> click on Refresh Caches
2. Adding an empty space in the lightning component code and save it.
This will recompile the component and deploy a fresh copy to the cache.
3. Under Setup -> Session Settings we have this permission : “Enable secure and persistent browser caching to improve performance” which helps to improve the performance by fetching pages from cache.
By UNCHECKING the above perm, we might avoid such cache situations, However there can be performance issues observed by unchecking the above perm.
More other issues you can find out in the below link to understand the work arounds..
https://success.salesforce.com/issues_index?page=1&search=Chrome
Some features in Salesforce—and some desktop clients, toolkits, and adapters—have their own browser requirements. For example:
And also you can refer for more information..
https://resources.docs.salesforce.com/214/latest/en-us/sfdc/pdf/salesforce_technical_requirements.pdf
Normally updates happen in the background when you close and reopen your computer’s browser. But if you haven’t closed your browser in a while, you might see a pending update:
To update Google Chrome:
The browser saves your opened tabs and windows and reopens them automatically when it restarts. If you’d prefer not to restart right away, click Not now. The next time you restart your browser, the update will be applied.
Reference Knowledge Article:
https://help.salesforce.com/articleView?id=000312846&type=1&mode=1
Thanks for Reading..