#uno_code

1 messages ยท Page 1 of 1 (latest)

quartz vortexBOT
#

๐Ÿ‘‹ 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.

sharp oyster
#

Here is the web page

#

When I click "Go to Checkout" it gives me this

timid kelp
sharp oyster
#

I am just checking how to do that

#

Here the ID:

req_Hq7vojRTVPGi8R

timid kelp
#

Thanks, checking..

timid kelp
# sharp oyster Here the ID: req_Hq7vojRTVPGi8R

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

sharp oyster
#

I can send the file for where it is

timid kelp
sharp oyster
#

I believe it here

timid kelp
timid kelp
sharp oyster
#

product/page.js

import Navbar from "../components/Navbar"
import Flower from "../components/Flower"

export default function Product(){
    return(
        <div>
<Navbar/>
<Flower/>
        </div>
    )
}
timid kelp
#

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

quartz vortexBOT
sharp oyster
#

It giving me same error with no logs

elder echo
#

Hi, my teammate needs to step away, let me catch up here

sharp oyster
#

Hey I am confused why this is not working

#

Here my attempt to fix it