đź§ą Clear Your Cookies
Sometimes your fix doesn’t seem to work — even though the code is fine. The culprit? Stale cookies or cached state.
Quick fix:
- Open DevTools → Application → Clear storage
- Check Cookies, Local storage, and Cache
- Click Clear site data
- Reload the page (Ctrl + F5 / Cmd + Shift + R)
Rule:
If something works in incognito but not normally → clear cookies.
âś… Always clear cookies and cache after making frontend or config changes. It saves hours.