Bug: Plaid Integration error on self hosting. Error 400. Fresh install. "error_code": "INVALID_FIELD", "error_message": "redirect_uri must use HTTPS" #1878
Replies: 4 comments
-
The error message says that "the So I guess there was some kind of field where you put the uri for your maybe instance. This has the be Still I think maybe should catch and display those errors prettier. On the hosted version they should be catched by sentry anyway, shouldn't they? |
Beta Was this translation helpful? Give feedback.
-
I'm learning that Plaid integration with self hosting is not part of scope. Seems the only way to do this is with the paid production plan with Plaid. Agreement on prettier error messages, and caught on Sentry. |
Beta Was this translation helpful? Give feedback.
-
Hey @AkifManzoor124, we're not officially supporting Plaid for self hosted instances so I'm going to move this over to discussions as that's the more relevant spot to discuss. |
Beta Was this translation helpful? Give feedback.
-
You'll need to sign up and apply for production access on Plaid. Currently, there are 3 products you need: transactions, investments, and liabilities (code here). It's also paid after 200 requests, I chose the pay-as-you-go model. You'll need to set redirect_uri on Plaid's dashboard once you're approved: Developers -> API -> Allowed redirect URIs -> Set the uri to Additionally, if you're using docker, you might need to edit your compose file to include the environment variables if it doesn't work:
|
Beta Was this translation helpful? Give feedback.
-
Where did this bug occur? (required)
Please note, if you are reporting a bug with sensitive data, please open an Intercom chat from within the app for help
Describe the bug
I ran a fresh config of the maybe app using the mac os guide for self hosting. Followed the steps exactly, and was able to get Maybe running. In hopes of having Plaid integration, I setup the PLAID_CLIENT_ID, PLAID_SECRET and PLAID_ENV.
PLAID_ENV=production
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect to see the option for connecting with Plaid
Screenshots / Recordings
If applicable, add screenshots or short video recordings to help show the bug in more detail.
Beta Was this translation helpful? Give feedback.
All reactions