đź§ą Clear Your Cookies

Sometimes your fix doesn’t seem to work — even though the code is fine. The culprit? Stale cookies or cached state.

đź§ą Clear Your Cookies

Quick fix:

  1. Open DevTools → Application → Clear storage
  2. Check Cookies, Local storage, and Cache
  3. Click Clear site data
  4. 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.