Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
the customer states that during a successful authentication event, the number of requests for /oauth2 and /oauth2callback should match identically. but instead, after the logs are checked, it seems these numbers are different.
Breakdown:
/oauth2: 115 items
/oauth2callback: 81 items
Customer suspects an error occurred somewhere in the process but cannot find anything in the logs.
- After checking the request log for /oauthcallback, they can see "referrer": "
- The expected behavior from the customer is the following:
“/oauth2 → "
Additional Information:
- Resource: /oauth2callback This confirms the request made successfully to the expected
endpoint after Google authentication.
- HTTP Status: 302 (Found). This indicates a redirect.
- Referrer: "
Overall Success: There are no obvious error messages within the log.