#nevo_accountlink-error
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1270385951301963818
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Here is the code I am using:
If I try to put Canada also, it doesn't show me this
The QA lives in India.
I live in Thailand
Hi there ๐ can you elaborate on the problem your connected accounts are encountering with these Account Links? It's also worth noting that Account Links are not durable, they're single-use:
https://docs.stripe.com/api/account_links/object#:~:text=Creates an AccountLink object that includes a single-use Stripe URL that the platform can redirect their user to in order to take them through the Connect Onboarding flow
Do you have the network logs from when that error was encountered?
Threre is no errors, it's just an error on the stripe onboarding page @tidal oyster
Can you look at the loom?
I am not even sure what is "durable link" tried to google it and found nothing
I did, which is why I want to know what was seen in the network tab of the browser console when the error was thrown.
I'm trying to understand what link was trying to be hit.
Gotcha, please don't lock this thread, I will ask the QA person to send me a screenshot
@tidal oyster one more thing, after I use the accounts.create, I use this one
Not sure if it helps, still waiting on the QA guy
That's the correct approach for creating an Account Link.
It seems a bit odd that you have a single URL for both the refresh_url and return_url, since those serve different purposes, but that's probably fine if your page you're pointing to is designed to serve both purposes.
I also noticed that the request you shared is from livemode, are you encountering the same behavior in testmode too?
I don't encounter problems at all from my computer, that's the worst thing
I do the same thing as him, and everything is ok
it feels like because his IP from a different country
Hm, do you see the same problem if you use a VPN to simulate being from a different country?
He also got this once:
I haven't tried yet, need to find a way to do it ๐
I can provide you username and password and you can try from your side (if possible)
In any case
waiting on the QA person
Yeah, I can take a look if you have test credentials that you don't mind sharing (keeping in mind this is a public forum). I'm also looking around to see if anyone else has encountered this before and if I can glean any insights if so.
link: https://platform.postiz.com/auth/login
user: test@stripe.com
password: testtesttest
After that go to marketplace >> seller
Thank you! So far everything seems to be going smoothly for me as well.
Yeah. When using an email address already associated with an account, I was directed to login. When using a brand new email address, I was directed to the SMS OTP page.
And did you pass the OTP? because this is where he got stuck
In the video the error was thrown before the OTP page.
So I didn't try to complete the OTP challenge.
Yup, before the OTP page is shown
And did you manage to pass this state?
Yup
Hmmm... alright, don't lock this thread ๐
Waiting for him
Wasn't planning on it, I'm still digging on my side to see if I can spot anything.
My suspicion right now still revolves around the value you're using for your refresh_url right now. I'm worried that isn't pointing to an endpoint that generates a new Account Link in case the one trying to be accessed has expired (since it's pointing to the same URL as your return_url ):
https://docs.stripe.com/api/account_links/create#create_account_link-refresh_url
that's ok it gets you back to the seller page
and you can again, connect your account
everytime you click connect, it triggers again the account.create and accountLink
And all the updates mostly work with the Stripe webhooks
I don't think that's what the refresh_url is expecting.
Can you clarify what logs that excerpt is from? Is that from when you're able to reproduce the error?
nevo_accountlink-error
it's crazy, now it's not happening to him ๐
Hum I just tried and I am getting
Your button to connect is weird, like you click and nothing happens visually even though it is trying to do something. It feels like if you click more than once (which I did) you end up in a weird state)
mmm... I will add a loader
But yeah looks like a transient error that I'd recommend reporting to our support team: https://support.stripe.com/contact
I'll also make sure to flag this since you have a clean video and some logs
BTW, it happened to me with another person from France
and it was a different stripe account
btw, all the code is here, if it helps
https://github.com/gitroomhq/gitroom/blob/main/libraries/nestjs-libraries/src/services/stripe.service.ts
The system is fully open-sourced
I'm honestly dubious it's your code since it crashes internally on our own page. Reaching out to our support team next is the safest way to get help
Should I link to the Discord conversation or they don't work with that?