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
From one of the iOS Plaid sample apps included in this repository (I used LinkDemo-SwiftUI) , use the expired link_token to create a LinkTokenConfiguration instance for calling Plaid.create()
Run the sample app and click on Open Plaid Link
Notice an error screen is rendered (see screenshot below) and an error is returned that indicates a redirect URI must be configured in the developer dashboard which is not indicative of the true issue (an expired link_token)
What you expected to see?
An error that mentions the link_token is expired
What you saw instead?
An error that mentions a redirect URI has not been configured in the Plaid dashboard:
exit with ExitError(errorCode: LinkKit.ExitErrorCode.invalidRequest(INVALID_FIELD), errorMessage: "OAuth redirect URI must be configured in the developer dashboard. See https://plaid.com/docs/#oauth-redirect-uris", displayMessage: Optional(""), errorJSON: Optional("{\n \"display_message\": null,\n \"documentation_url\": \"https://plaid.com/docs/?ref=error#invalid-request-errors\",\n \"error_code\": \"INVALID_FIELD\",\n \"error_message\": \"OAuth redirect URI must be configured in the developer dashboard. See https://plaid.com/docs/#oauth-redirect-uris\",\n \"error_type\": \"INVALID_REQUEST\",\n \"request_id\": \"9o4dbGVjPNSp8lD\",\n \"suggested_action\": null\n}"))
ExitMetadata(status: Optional(), institution: Optional(LinkKit.Institution(id: "", name: "")), linkSessionID: Optional(""), requestID: Optional(""), metadataJSON: nil)
Screenshots that show the state of the UI (if applicable)
When submitting an issue for Plaid Link iOS please include the following information:
Name
Value
Link env
Sandbox
LinkKit version
4.6.5
iOS version
17.0
iOS device
iPhone 15 simulator
List of used 3rd party libraries (e.g. CocoaPods):
I was unable to reproduce this issue using an expired token. Was this in anyway possibly related to issue 24. Can you confirm you are still experiencing this issue?
Please do not include your API
secret
orpublic_key
in any issue.A detailed description of the steps to reproduce the issue
LinkTokenConfiguration
instance for callingPlaid.create()
Open Plaid Link
What you expected to see?
An error that mentions the link_token is expired
What you saw instead?
An error that mentions a redirect URI has not been configured in the Plaid dashboard:
Screenshots that show the state of the UI (if applicable)
When submitting an issue for Plaid Link iOS please include the following information:
env
List of used 3rd party libraries (e.g. CocoaPods):
The text was updated successfully, but these errors were encountered: