#alex6743_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/1356337930439757915
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- alex6743_code, 3 hours ago, 13 messages
Hello
That error seems to suggest the image you're trying to add to the page is failing to load
The code in the quickstart loads an image from the URL so I'm not sure why you're seeing a base64 string
Also, the page throws this error: GET https://apay-us.amazon.com/amazonpayMerchantId?ledgerCurrency=USD&externalPartnerId=AFKYH81T7FFHK&externalMerchantDomain=checkout.stripe.com&isSandbox=true 500 (Internal Server Error) into the console
Can you share the URL to the page you're seeing this error?
It's on my localhost right now
Gotcha. I don't believe the image error is originating in the API. Just created my own test checkout session and it works fine.
It is likely something within your code you're testing with
There's no JS in this sample. It was created using the default ASP.NET Framework MVC app template in Visual Studio Enterprise. It adds jQuery and Bootstrap by default
Correction: no custom JS in this
The pages don't use any of the built in JS. They're plain HTML with the minimal code provided in the examples
I have to leave in a few minutes and will pursue this further tomorrow
Thank you, @strong iris and @digital hatch
This is a sample app so these errors aren't as critical anyway