#diydog_code
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/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.
- diydog_code, 3 days ago, 72 messages
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"
}
}'.
https://docs.stripe.com/stripe-apps/enable-sandbox-support I wrote it according to this document.
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.
I've already switched the dashboard to test mode, but I still can't upload the application.
can you share the error message you get in a non-sandbox account?
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"
}
}
looks like you are still using your sandbox account?
WeTechTestOne appears to be a sandbox account.
How should I switch?
Isn't it switched in the console?
can you clarify how you are trying to upload the app? using stripe apps upload?
can you try stripe login, and make sure you select a non-sandbox account?
I'll give it a try.
Switching to the test account, I'm now getting this error: "Post "https://files.stripe.com/v1/files": dial tcp: lookup files.stripe.com: no such host".
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?