#uno_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/1338500263664943136
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Here is the web page
When I click "Go to Checkout" it gives me this
Here my Navbar.js:
https://pastebin.com/vaLAWLsv
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Hi there!
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
Thanks, checking..
Here is the failure erro:
Invalid string: {:height=>"532", :src=>"/_next/static/media/yellow-flower.f85d7524.png", :blurWidth=>"8", :width=>"670", :blurDataURL=>"/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fyellow-flower.f85d7524.png&w=8&q=70", :blurHeight=>"6"}
It looks different from the one your Javscript is showing..
I can send the file for where it is
You should set just the image url and not an object for the images attribute:
https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-line_items-price_data-product_data-images<
Flower.js:
https://pastebin.com/4D5xBkJi
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
I believe it here
Can you share the requestId please ?
Can you first try to fix this first?
product/page.js
import Navbar from "../components/Navbar"
import Flower from "../components/Flower"
export default function Product(){
return(
<div>
<Navbar/>
<Flower/>
</div>
)
}
Sorry, but this says nothing, start by fixing the error I mantioned above. And if you still facing more issue, please share the Stripe requestid of the failure API call
Hi, my teammate needs to step away, let me catch up here
Hey I am confused why this is not working
Here my attempt to fix it
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.