#vlad-bubble_api

1 messages ยท Page 1 of 1 (latest)

compact cloudBOT
#

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

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

carmine shoreBOT
compact cloudBOT
forest arrow
#

For me, distribution type isn't removed, but it is silently moved to the bottom of the file. Can you double check that it wasn't simply moved?

#

And if it is removed, what is your Stripe CLI version?

glossy flower
#

it is removed for me. let me check the stripe cli version

#

1.18.0

final lake
#

Hello! I'm taking over and catching up...

#

Can you update to the latest version of Stripe CLI and try again?

glossy flower
#

ok. I'll try that and will update you here

glossy flower
#

I updated to stripe-cli 1.19.2 but it still removes it

final lake
#

What's the command you're running and the full output of the command?

glossy flower
#

โฌ† You are about to upload your app to VladGmail

Name:    vgs Pizza Party
ID:      com.example.vgs.party
Version: 0.0.3

? Would you like to proceed? [Y/n] โ–ˆ
โœ” Built files for production
โœ” Packaged files for upload
ร— Failed to upload vgs Pizza Party
Request failed, status=400, body={
  "error": {
    "message": "3:App id already taken: com.example.vgs.party",
    "request_log_url": "https://dashboard.stripe.com/test/logs/req_PaArXF2YOC0aHX?t=1710952629",
    "type": "invalid_request_error"
  }
}
#

I am not worried about the error - i've tried this a bunch of times.

final lake
#

If you change the App ID to something that's not taken what happens?

#

It's probably removing "distribution_type": "public" because the ID you're trying to use is already taken and, thus, you can't make this public.

#

Also, why are you using com.example in your public app ID? You should be using your own domain.

glossy flower
#

I am literally just trying to set this up to do a proof of concept

#

โฌ† You are about to upload your app to VladGmail

Name:    vgs Pizza Party
ID:      com.blah.blah.example.vgs133444.party
Version: 0.0.3
? Would you like to proceed? [Y/n] โ–ˆ
โœ” Built files for production
โœ” Packaged files for upload
โœ” Uploaded vgs Pizza Party

Stripe need to process your files before this version can be installed.
๐ŸŒ To view the status on Stripe Dashboard, press enter.
#

it changed it again. It just silently removed the distribution_type property

final lake
#

Sorry, I'm confused. It looks like that worked, right?