#sam_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/1491377458996580466
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
No error logs in the dashboard..
Just Version 0.0.13 cannot be used because of an upload error.
Something went wrong on our end, and we were unable to complete this upload. Please re-upload from the CLI.
If you need more help, you can contact support.
Can you share the app's full manifest file as it is now?
Also, the ID of the acocunt you're uploading the app on (acct_xxx)
{
"$schema": "https://stripe.com/stripe-app.schema.json",
"id": "com.meetnance.erp-connector",
"name": "Nance ERP Connector",
"version": "0.0.13",
"icon": "./icon.png",
"ui_extension": {
"views": [
{
"viewport": "stripe.dashboard.home.overview",
"component": "Home"
},
{
"viewport": "stripe.dashboard.customer.list",
"component": "Customers"
},
{
"viewport": "stripe.dashboard.customer.detail",
"component": "CustomerDetails"
}
],
"content_security_policy": {
"connect-src": [
"https://app.meetnance.ai/oauth/"
],
"image-src": [
"https://app.meetnance.ai/assets/"
],
"purpose": "Allow API calls to Nance backend"
}
},
"extensions": null,
"permissions": [
{
"permission": "balance_read",
"purpose": "Read balance for ERP reconciliation"
},
{
"permission": "charge_read",
"purpose": "Read charges to match with invoices"
},
{
"permission": "payout_read",
"purpose": "Read payouts to reconcile bank settlements"
},
{
"permission": "customer_read",
"purpose": "Read customer names for ERP matching"
}
],
"allowed_redirect_uris": [
"https://app.meetnance.ai/oauth/callback",
"https://localhost:8081/oauth/callback"
],
"distribution_type": "public",
"stripe_api_access_type": "oauth"
}
acct_1THfm5PS2xeRt6Ll
Seeing some errors from upload yesterday afternoon and this morning. Does that align?
Specifically errors that imply that the app ID is already in use (com.nance.nance-connector)? But that's not the ID in the manifest
I'd guess that either:
- You're trying to actually upload a different app/manifest
- You're uploading to the wrong account ID and need to use the account that has already published
com.nance.nance-connector