Skip to content

Conversation

adrianjoshua-strutt
Copy link
Member

Description of changes

Fixed a React Native compatibility issue in the OAuth sign-in flow by replacing URL object construction with string concatenation. The URL object's search property is read-only in React Native, causing the OAuth redirect to fail.

Issue

Fixes #14513

Description of how you validated changes

ran test app

Checklist

  • [ x] PR description included
  • [ x] yarn test passes

Checklist for repo maintainers

  • [ x] Verify E2E tests for existing workflows are working as expected or add E2E tests for newly added workflows

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@adrianjoshua-strutt adrianjoshua-strutt merged commit 5089bef into main Aug 20, 2025
250 of 261 checks passed
@adrianjoshua-strutt adrianjoshua-strutt deleted the fix/josh/redirectSearch branch August 20, 2025 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-tests run the pr-label workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"TypeError: Cannot assign to property 'search' which has only a getter" when calling signInWithRedirect
4 participants