#speeddem0n_error

1 messages ยท Page 1 of 1 (latest)

mental trenchBOT
#

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

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

zenith vigilBOT
neat sorrel
#

๐Ÿ‘‹ happy to help

#

would you mind sharing more details?

fathom sonnet
#

hey tarzan

#

sure, what should i share?

neat sorrel
#

first would you mind sharing either a screen recording or an accessible website where I could replicate this behavior?

fathom sonnet
#
        customer: user.stripeCustomerId,
        mode: 'subscription',
        line_items: [
            {
                price: device.priceId,
                quantity: 1
            }
        ],
        success_url: `${hostUrl}?popup=payment_done`,
        cancel_url: `${hostUrl}`
    })
#

hostUrl is just localhost:3000

neat sorrel
#

I think you're missing the http://

fathom sonnet
#

ah, let me try

#

you're right, it works now

#

thanks!

neat sorrel
#

sure let me know if you need any more help

fathom sonnet
#

can you tell me how i could've seen the urls on dashboard?

neat sorrel
#

I'm not sure I follow

fathom sonnet
#

where on the stripe dashboard can i view logs of api request, and success/cancel_urls parsed

neat sorrel
fathom sonnet
#

thanks!