#sssaini_stripe-apps-upload

1 messages ยท Page 1 of 1 (latest)

mellow helmBOT
#

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

olive path
mellow helmBOT
opal loom
#

HI ๐Ÿ‘‹

#

Can you share explicitly what command you are running in the CLI and your Stripe App manifest?

olive path
#

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"

opal loom
#

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?

olive path
#

Right on the money! Yes that was it. The CLI does not give a warning for that.

Thank you!

opal loom
#

Great ๐ŸŽ‰ happy to help ๐Ÿ™‚

olive path
#

You're amazing. Happy to leave feedback if there's a place for that.

opal loom