Extensions
- toggle pesticide
- Screen recorder
- Redux DevTools
- React Developer Tools
- Hit TAB and ENTER on Google Search Results
Tips
Brave and other chrome-based browsers cache redirect (HSTS or navigation history override). So if you need to delete them you need to follow these steps:
-
chrome://net-internals/#hstsUnder Delete domain security policies, enter:
localhostor the domain you intend. Then click “Delete”. -
chrome://net-internals/#dnsClick “Clear host cache”.
- Brave-only:
brave://settings/content/allSearch for
localhostpr the domain. -
brave://settings/clearBrowserDataSelect only:
- ✅ Cached images and files
- ✅ Hosted app data
- ✅ Service workers
[!NOTE]
I encountered this issue while starting my smart-novel app locally, there I have OIDC-based auth via ZITADEL. So I whenever I was trying to open http://localhost:8080 I was immediately redirected to http://localhost:8080/ui/v2/login. And even after I was signing in I was still unable to open http://localhost:8080, I was continuously redirected to http://localhost:8080/ui/v2/login.