#treiser_code
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/1299334168861212722
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Do you have a link to the payment page where I can see the error?
it isn't available publically... I'm still developing it on my system in the office
Can you share an ID of the request (req_xxx) or the session (cs_xxx)?
That page is a public URL though (checkout.stripe.com)?
No idea what this is
that is the unhandled exception that pops right after the form loads and then I can't type in CC info on the form at all
where is the request ID ?
Works for me. I would guess that something in your browser is blocking some JS โ perhaps an extension/adblock or something
If I click continue after the first exception, I get network error encountered
Please try and incognito window or something
yes, the link I sent you, I clicked it and it worked... so it was just in my debugging session where I have an issue
don't know if I can get an incognito window from visual studio to be used... it is using chrome
I'm confused โ why are you opening a URL in Visual Studio?
It's likely just not supported
I'm not opening a URL in visual studio, I opened a browser window using the link I sent you above... that link was what I got from my code when I started the Stripe Session and my app redirects to it
OK, then as I explained the likelihood is something in Chrome is blocking the JS. Can you share a video of the issue or something
let me try... just a sec
visual studio comes to the foreground because there is a script that running too long, and then the error happens
very basic MVC app
Sorry I've no idea what you're showing me here. Why is there a debuger running? As we've demonstarted we can both open the payment page URL and complete the fields so not sure what the issue is
I have to debug my application before it goes live so I'm in the debugger
the tutorial I watched was also in the Visual STudio debugger and he didn't have any issues entering in the payment information during his debug session
I would guess that there are errors thrown on the payment page (check the console) that are likely safe to ignore, but the debugger is pausing on them
As we've verified we can load and pay on the payment page so this level of testing is redundant. Plus we don't support end-to-end automated testing if that is what you're trying to do
I was just worried about the unhandled exception in the script and was hoping someone else encountered same to tell me what causes it. my system is behind a lot of security, so I will get with IT to see if they can see if my traffic is being blocked
that's the only thing I can think of
thanks for the morning chat!
for what its worth, this is the vid I watched to implement Stripe -> https://www.youtube.com/watch?v=HQnHdKVDCL4
Welcome to our YouTube channel! In this video, we will guide you through the process of integrating Stripe payment into your ASP.NET MVC application. Whether you're a beginner or an experienced developer, this tutorial will help you seamlessly integrate Stripe into your web application and start accepting payments in no time.
During this tutori...