#alex6743_error

1 messages ¡ Page 1 of 1 (latest)

midnight graniteBOT
#

👋 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.

strong iris
#

Hello
That error seems to suggest the image you're trying to add to the page is failing to load

vital salmon
#

Yeah

#

It's an SVG of some sort

strong iris
#

The code in the quickstart loads an image from the URL so I'm not sure why you're seeing a base64 string

vital salmon
#

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

strong iris
#

Can you share the URL to the page you're seeing this error?

vital salmon
#

It's on my localhost right now

strong iris
#

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

vital salmon
#

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