Browser, cookies, and cache issues
Strange UI behavior, blank pages, or login loops are usually a browser-side issue. Here's how to fix them.
If CVViZ is acting strangely β pages don't load, you keep getting logged out, parts of the UI are blank, things don't update after a save β the cause is almost always something on your browser side: cached files, cookies, an extension, or browser version. This article walks through how to reset cleanly.
Supported browsers
CVViZ is built and tested against the latest stable versions of:
Google Chrome
Microsoft Edge
Mozilla Firefox
Safari (recent versions)
Older browsers (Internet Explorer, very old Safari) are not supported. If you're on something exotic, switch first and re-test before troubleshooting.
Step 1 β Hard refresh
The fastest first try is a hard refresh β it pulls a fresh copy of the page bypassing the cache:
Windows / Linux: Ctrl + Shift + R (or Ctrl + F5)
macOS: Cmd + Shift + R
If the page renders correctly after a hard refresh, you were running stale JavaScript / CSS β usually because we shipped an update while your tab stayed open for hours.
Step 2 β Try an incognito / private window
Incognito disables most extensions and uses a clean cookie store. If CVViZ works there, the problem is your normal profile (extension or cached cookie).
Step 3 β Clear cookies and site data for app.cvviz.com
Don't wipe everything β just the CVViZ origin.
Chrome / Edge
Open chrome://settings/cookies (or edge://settings/cookies).
Click See all site data and permissions.
Search for cvviz.com.
Click the trash icon next to app.cvviz.com (and any related entries).
Firefox
Open about:preferences#privacy β Manage Dataβ¦ under Cookies and Site Data.
Search for cvviz.com, select it, click Remove Selected β Save Changes.
Safari
Safari β Preferences β Privacy β Manage Website Data.
Search cvviz, select, Remove.
After clearing, sign in again. If login no longer loops back to itself, the bad cookie was the cause.
Step 4 β Disable extensions one at a time
The most common UI-breaking extensions:
Ad blockers / privacy extensions (uBlock Origin, AdBlock, Ghostery, Privacy Badger) β sometimes block analytics endpoints CVViZ needs.
Anti-tracking extensions β block third-party cookies CVViZ uses for OAuth callbacks.
Password managers / form fillers β occasionally inject scripts that break our forms.
Translator extensions β DOM rewriting can confuse React.
VPN extensions β can rewrite responses, especially on free tiers.
Disable extensions, refresh, and re-test.
Re-enable one at a time to identify the culprit.
Whitelist app.cvviz.com in the offending extension instead of disabling it permanently.
Step 5 β Allow cookies and pop-ups for CVViZ
Some flows need both:
Cookies β required for staying logged in. Set "block third-party cookies" off, or whitelist app.cvviz.com.
Pop-ups β needed for OAuth flows (Gmail / Outlook / SSO). If pop-ups are blocked, the connect flow fails silently. Allow pop-ups for app.cvviz.com.
Step 6 β Update or switch browser
If you're on a browser that hasn't updated in a while, the underlying engine may be missing features CVViZ depends on. Update to the latest stable, or try one of the other supported browsers.
Step 7 β Network and device-level checks
If your company runs a strict firewall or proxy, certain CVViZ endpoints might be blocked. Try the same account from a different network (e.g. mobile hotspot) β if it works there, IT needs to allow *.cvviz.com through the proxy.
Use a different device to rule out OS-level issues.
Restart the browser fully (close all windows, reopen).
Specific symptoms
Need help?
Open the help widget at the bottom-right of any CVViZ page. For what to include in a bug report or message, see Getting help and reporting issues.
When you reach out about this, please include:
Browser name + exact version (Help β About).
OS and version.
A screenshot of any console errors.
Whether the issue reproduces in incognito with all extensions disabled.
A screen recording if it's an interaction issue.