#vlad-bubble_api
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/1220034397995008010
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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?
Hello! I'm taking over and catching up...
Can you update to the latest version of Stripe CLI and try again?
ok. I'll try that and will update you here
I updated to stripe-cli 1.19.2 but it still removes it
What's the command you're running and the full output of the command?
โฌ 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.
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.
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
Sorry, I'm confused. It looks like that worked, right?