#zeke_code
1 messages ¡ Page 1 of 1 (latest)
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.
- zeke_checkout-morequestions, 18 hours ago, 106 messages
- zeke_error, 1 day ago, 10 messages
- zeke_checkout-question, 1 day ago, 38 messages
- zeke_connect-accountlink, 1 day ago, 9 messages
- zeke_unexpected, 2 days ago, 13 messages
- zeke_error, 2 days ago, 51 messages
and 6 more
đ 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.
when I go to my network it says ("pending")
what says pending and where?
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.
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
elaborate a little please
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
Ok thanks!
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)
Is this your code, or did you just download and run the quickstart you linked?
some mine mostly stripes form the doc
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
No your logging
Add breakpoints and or logs to trace your code and figure out where and why it's hanging
ok ill try it