Skip to content

"302 found" for react-web firebase event on chrome instead of firefox/edge. #8080

@lifeike

Description

@lifeike

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

  1. open production URL: https://portal.karbon-x.com
  2. click "onetime sponsorship" blue button to go to project list page
  3. open chrome dev console, network tab, filter request by "google-analytics" to get all google analytics request
  4. click ”view details“ button on any project card
  5. look into request details, this request will return "302 found" error on chrome, however, firefox/edge works fine.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions