NEW NEW NEW user here. I’m attempting to modify our bubble.io app to use the v2 of the Plain plugin, but I’m getting an error message that I do NOT understand why it is occurring. I want to show the steps in the action and hope someone can see why it is breaking. Here we go…
preface: I’ve already added the Plaid plugin to the page, titled it Plaid A, so I’ll start with the actions. The action begins in the event where the user clicks the dwolla popup authorization’s ‘accept’ button.
- First I save ‘yes’ to the popup authorization’s custom state ‘authorized’:
- I’ve added the Plaid Create Link Token action:
- Added the Get bank account with Plaid A action:
- In the Group Bank Account’s List , in the custom state dwolla_authorization, I also save the Popup Authorization custom state authorized value.
5 & 6.
Hide the popup authorization and show the ‘loading’ ellipsis.
On to the event When Plaid A token has been created:
- Plaid - Get access token
Finally we are down to where the actual problem is. According to my documentation the public token has been deprecated in the Plaid plugin for the link token, but I can’t find a Plaid - get link token action to replace the Plaid - get access token action. So when this action fires I get this beastly error message:
*Plugin action Dwolla - Create Funding Source (With Authorization) error: *
Error: {“code”:“NotFound”,“message”:“The requested resource was not found.”}
- at errorFrom (/var/task/node_modules/dwolla-v2/src/dwolla/Token.js:49:15)*
- at /var/task/node_modules/dwolla-v2/src/dwolla/Token.js:70:29*
- at tryCatcher (/var/task/node_modules/bluebird/js/release/util.js:16:23)*
- at Promise._settlePromiseFromHandler (/var/task/node_modules/bluebird/js/release/promise.js:547:31)*
- at Promise._settlePromise (/var/task/node_modules/bluebird/js/release/promise.js:604:18)*
- at Promise._settlePromise0 (/var/task/node_modules/bluebird/js/release/promise.js:649:10)*
- at Promise._settlePromises (/var/task/node_modules/bluebird/js/release/promise.js:729:18)*
- at _drainQueueStep (/var/task/node_modules/bluebird/js/release/async.js:93:12)*
- at _drainQueue (/var/task/node_modules/bluebird/js/release/async.js:86:9)*
- at Async._drainQueues (/var/task/node_modules/bluebird/js/release/async.js:102:5)*
- at Immediate.Async.drainQueues [as _onImmediate] (/var/task/node_modules/bluebird/js/release/async.js:15:14)*
- at processImmediate (internal/timers.js:461:21)*
Error: Outer Error (see above for inner error)
- at Block.wait (/var/task/u.js:420:34)*
- at Object.async_fn [as async] (/var/task/index.js:302:35)*
- at eval (eval at build_function (/var/task/index.js:72:21), :26:22)*
- at /var/task/index.js:335:23*
- at run_fn (/var/task/u.js:594:18)*
I do not understand why it is showing a Dwolla error message in a Plaid action. The actual Create Funding Source (With Authorization) action does not occur until step 6 in the workflow:
The error message ‘The requested resource was not found.’ doesn’t tell me anything about what resource it is expecting.
Can anyone tell me how to rectify this situation?
Thanks
Maddie