#diydog_code

1 messages Ā· Page 1 of 1 (latest)

sacred cedarBOT
#

šŸ‘‹ 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/1478304831943741543

šŸ“ 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.

ebon marten
#

I'm using Stripe Apps Upload to upload an application, and the console shows the error message 'Request failed, status=400, body={
"error": {
"message": "9:Sandboxes do not support public app uploads. Please switch to a non-sandbox account to upload a public app and try again. (target_service: tailor-app-srv-grpc)",
"type": "invalid_request_error"
}
}'.

halcyon barn
#

hi there!

#

the error message you shared is pretty clear about the issue and how to fix it:

andboxes do not support public app uploads. Please switch to a non-sandbox account to upload a public app and try again.

#

the doc link you shared explains how to allow sandboxes to install your app. not how to upload an app in a sandbox.

ebon marten
#

I've already switched the dashboard to test mode, but I still can't upload the application.

halcyon barn
#

can you share the error message you get in a non-sandbox account?

ebon marten
#

stripe apps upload

ā“˜ You have selected public distribution for this app. Please note the
following:
* After you upload, you cannot change the distribution to private.
* You can only upload one public app per Stripe account.

Would you like to proceed: Y

⬆ You are about to upload your app to WeTechTestOne

Name: WetechAnt
ID: com.stripe.wetech-app
Version: 0.0.2

Would you like to proceed: Y
āœ” Built files for production
āœ” Packaged files for upload
Ɨ Failed to upload WetechAnt
Request failed, status=400, body={
"error": {
"message": "9:Sandboxes do not support public app uploads. Please switch to a non-sandbox account to upload a public app and try again. (target_service: tailor-app-srv-grpc)",
"type": "invalid_request_error"
}
}

halcyon barn
#

looks like you are still using your sandbox account?

ebon marten
#

WeTechTestOne appears to be a sandbox account.

#

How should I switch?

#

Isn't it switched in the console?

halcyon barn
#

can you clarify how you are trying to upload the app? using stripe apps upload?

ebon marten
#

yes

#

using stripe apps upload

halcyon barn
#

can you try stripe login, and make sure you select a non-sandbox account?

ebon marten
#

I'll give it a try.

#

What other configuration is needed for public applications in the browser dashboard?

#

It's okay now, it seems like it was a problem with my network.

#

You're currently recommending sandbox mode. How should redirect URLs be configured in sandbox mode?

halcyon barn
#

I'm not sure I follow your last question.

#

can you clarify?