Operating System
Linux/Windows
Browser Version
Version 122.0.6261.128 (Official Build) (64-bit)
Firebase SDK Version
"firebase": "^9.22.1",
Firebase SDK Product:
Analytics
Describe your project's tooling
react app with webpack and jest
Describe the problem
I have a view_item google analytics event to send "project detail" data to ga4.
this "POST" request has "302 found" error on chrome. However, firefox/edge works fine which return "204 no content".
Steps and code to reproduce issue
- open production URL: https://portal.karbon-x.com
- click "onetime sponsorship" blue button to go to project list page
- open chrome dev console, network tab, filter request by "google-analytics" to get all google analytics request
- click ”view details“ button on any project card
- look into request details, this request will return "302 found" error on chrome, however, firefox/edge works fine.