We're experiencing an issue where Amplitude event tracking is not working in certain browsers, but it works fine in incognito mode.
- We installed and tested the Amplitude Chrome extension, but no logs are being recorded.
- We attempted to replicate the issue in our local environment, but it works fine both locally and in incognito mode.
- We verified that:
- JavaScript is enabled.
- Cookies (including third-party cookies) are enabled.
- We manually triggered
amplitude.logEvent()
and expected an XHR request in the network tab. However, in the affected browsers, no request is sent.
Observations:
- No console errors appear.
- Amplitude cookies are being set, but events are still not being logged.
we have also tried following
- Remove any VPNs or Ad blockers
- Try a different internet
- Clear cache and cookies
- Update and restart your chrome/browser
- Restart laptop
Has anyone encountered a similar issue? Any insights would be appreciated.