#sssaini_stripe-apps-upload
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/1225909080997105705
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
HI ๐
Can you share explicitly what command you are running in the CLI and your Stripe App manifest?
Hey there, yep
"id": "com.engyne.engyneapp",
"version": "0.0.5",
"name": "Engyne",
"icon": "./src/views/engyne_320.svg",
"permissions": [
{
"permission": "charge_read",
"purpose": "Lets Engyne read your Stripe charges"
},
{
"permission": "customer_read",
"purpose": "Lets Engyne read your Stripe customers"
},
{
"permission": "user_email_read",
"purpose": "Lets Engyne read your Stripe user email"
},
{
"permission": "connected_account_read",
"purpose": "Lets Engyne read your Stripe connected account"
}
],
"app_backend": {
"webhooks": null
},
"ui_extension": {},
"post_install_action": {
"type": "external",
"url": "https://app.engyne.ai/onboarding"
},
"allowed_redirect_uris": [
"https://app.engyne.ai/onboarding"
],
"distribution_type": "public"
}```
Command: "stripe apps upload"
Oh, I see the problem. This is a known bug
Your Icon is an .svg
The CLI should be returning this error message: icon must end in .ico, .jpeg, jpg, or .png
Can you try creating a PNG version of the icon and upload with that?
Right on the money! Yes that was it. The CLI does not give a warning for that.
Thank you!
Great ๐ happy to help ๐
You're amazing. Happy to leave feedback if there's a place for that.
We do have a #1211832777608273960 channel if you feel like adding anything