React @okta/okta-react LoginCallback not processing access_token

When trying to use the OAuth 2.0 flow, the LoginCallback doesn’t consume the access_token that’s returned from the Authorization server. In this case, we attempted to login using Google, which is separate from the Okta Login widget. It was able to create an access_token but the callback route is not forwarding the user into the application correctly.

Is there something we’re missing here? See the attached screenshots.

image

Just another note, there are no errors found in the fragment returned from our authorization server, no errors in the dev tools console, and no errors in our react app. It just renders the page as seen in the first screenshot.