#zeke_code

1 messages ¡ Page 1 of 1 (latest)

wheat flameBOT
violet bloomBOT
#

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.

wheat flameBOT
#

👋 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/1261397154245906442

📝 Have more to share? Add details, code, screenshots, videos, etc. below.

glass laurel
#

when I go to my network it says ("pending")
what says pending and where?

fresh merlin
#

sorry.

on my application when I Inspect -> console -> network -> press the button for creating account link -> "Pending" if you would like a screen shot I can send I know how you guys feel about ss though.

glass laurel
#

Yeah send a screenshot. I'm not sure what you mean. When you create an account link, it should be accessible immediately

#

That just means the request hasn't finished

fresh merlin
#

elaborate a little please

glass laurel
#

pending means the front-end hasn't received a status code from your backend yet. request is still running

#

So you need to debug why that is

fresh merlin
#

Ok thanks!

fresh merlin
#

Hey I have been manually debugging this and I cant seem to find out were the problem is... have you ever seen this before?

#

could the problem be in the account.ts file by chance or do you think I sould just keep debuggng the two files that I have been looking at (account_link & the index.tsx)

glass laurel
#

Is this your code, or did you just download and run the quickstart you linked?

fresh merlin
#

some mine mostly stripes form the doc

glass laurel
#

Gotcha. Ok it could be many things then

#

have you added logging to your client and server to trace the code and see where it's hanging?

#

that's what i recommend doing first

fresh merlin
#

ok ill try it

#

im guessing you mean logging for stripe not my own logging right?

glass laurel
#

No your logging

#

Add breakpoints and or logs to trace your code and figure out where and why it's hanging

fresh merlin
#

ok ill try it