You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've added an allowed receivedRedirectUrl, http://localhost:3000/ on the Plaid Dashboard as I'm trying to redirect back to my web page after success of Plaid link.
And when I set the LinkTokenConfiguration property receivedRedirectUrl to http://localhost:3000/, the PlaidLink.open errors out with error message 'Error: oauth uri does not contain a valid oauth_state_id query parameter.'
When it is not set, PlaidLink opens as expected.
Using plaid_flutter 3.1.8
flutter doctor
[✓] Flutter (Channel stable, 3.24.1, on macOS 14.7 23H124 darwin-arm64, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 16.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.2)
[✓] VS Code (version 1.95.3)
[✓] Connected device (4 available)
[✓] Network resources
• No issues found!
The text was updated successfully, but these errors were encountered:
marcnieto-esusu
changed the title
PlaidLink.open hanging on Flutter web providing an allowed receivedRedirectUrl
Receiving PlaidLink.open error on Flutter web providing an allowed receivedRedirectUrl
Nov 19, 2024
I've added an allowed receivedRedirectUrl,
http://localhost:3000/
on the Plaid Dashboard as I'm trying to redirect back to my web page after success of Plaid link.And when I set the LinkTokenConfiguration property
receivedRedirectUrl
tohttp://localhost:3000/
, the PlaidLink.open errors out with error message'Error: oauth uri does not contain a valid oauth_state_id query parameter.'
When it is not set, PlaidLink opens as expected.
Using
plaid_flutter 3.1.8
The text was updated successfully, but these errors were encountered: