#obrien_error

1 messages ยท Page 1 of 1 (latest)

patent hornetBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1250908675103526962

๐Ÿ“ Have more to share? Add details, code, screenshots, videos, etc. below.

cold dawnBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

low gate
#

Hi ๐Ÿ‘‹ are you using our loading wrappers as part of your integration? If so, can you share what version?

noble jungle
#

no loading wrappers

#

is that needed for the documents component?

low gate
#

No, but since you seem to be encountering a type error that's one of the first things I wanted to check, since those provide type support. Can you tell me more about where in your flow this error is being surfaced then?

noble jungle
#

The error is occuring when i call the create('documents') - stripeConnectInstance.create('documents');

#

when i create the stripe connect instance with loadConnectAndInitialize, im console logging the instance. Here is the instance.

then i call the stripeConnectInstance.create('documents')

low gate
#

Hm, that all sounds right. How are you including connect-js in your project, are you using a script tag to include it or the npm package approach?

noble jungle
#

npm package

#

this is a Vue 3 project

#

"@stripe/connect-js": "^3.3.0",

low gate
noble jungle
#

LOL

#

yea ill try that

#

i know better

#

i should have checked that LOL

low gate
#

Haha, all good! We've all been there, but let me know if that doesn't do the trick and I'll be happy to keep looking.

noble jungle
#

and like a charm it popped up

#

Thanks again @low gate

low gate
#

Any time!