#king-kazu_best-practices
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/1428524056277155920
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- king-kazu_stripe-apps-sandbox-webhooks, 23 hours ago, 36 messages
Hi there,
the app ID has to be a unique identifier but you should be able to update the ID in the stripe-app.json file of your app.
I have already uploaded a public app, so I am unable to upload another one with the new id
Oh your app is already published?
no, i just added it for local testing
or "external test"
like I have not fully published it, but it is uploaded to my account
Can you change is locally and re-upload it? I must admit I am not an expert in Stripe apps but when I read the docs correct, you should still be able to change the App manifest at this point.
Name: MailSync - Brevo Integration
ID: com.mailsync
Version: 0.0.9
Would you like to proceed:
โ Built files for production
Compiling and generating config schemas for scripts...
โ Packaged files for upload
ร Failed to upload MailSync - Brevo Integration
Request failed, status=400, body={
"error": {
"message": "9:App developer account already has a public app. Cannot create another public app.",
"type": "invalid_request_error"
}
}
there is only one public app allowed per account
and there seems like no way to delete my old app
acct_1SHxH0AG2pP9ZMMq
Your app has no installs, correct?
We made some changes recently and there is a flow that might help here. Important is, that the app has no installs and your Stripe CLI version is version 1.11.0 or greater. If both is true you should simply set app manifest distribution type from public to private and re-upload.
ok let me try this out
you can't change the distribution of this app. please contact support
hello ๐ taking the thread over from my colleague, let me catch up
and im on
stripe --version
stripe version 1.28.0
You got that error "you can't change the distribution of this app. please contact support" for your old app right?
could you do a stripe apps -v and let me know what your Stripe App CLI version is?
apps version 1.10.1
i am installing latest and gonna try again
Would you like to proceed: โ Built files for production Compiling and generating config schemas for scripts... โ Packaged files for upload ร Failed to upload MailSync - Brevo Integration Request failed, status=400, body={ "error": { "message": "9:Cannot change distribution type from public to private because there are existing installs.", "type": "invalid_request_error" } }
im trying to uninstall from everything
Could you upgrade your Stripe App CLI version instead and try again: https://docs.stripe.com/stripe-apps/create-app#install-stripe-apps-cli
let me know if it errors!