#Harsh3987
1 messages · Page 1 of 1 (latest)
Hi! Could you please share more context on your issue?
I am facing an issue related to stripe app upload
I am uploading & installing the stripe app from my machine, and then accessing it, in the developers -> app section, but the app is not loading there, it is expecting the stripe app to run in my machine (using stripe apps start command)
So how can I view and access the uploaded & installed stripe app without having it run locally on my machine ?
I got this as resolution in earlier reply https://stripe.com/docs/stripe-apps/test-app
test the app externally but my app has private distribution so I can not do this
Yep, that's a limitation currently. Otherwise I'm not aware of another solution to distribute test installations
ok, but I have created team with other members' accounts and they can view the app release that I have uploaded without running the app locally in their machine
However I am not able to do the same, everytime I have to run the stripe app locally to view the app (though it is uploaded & installed by me)
Let me think about this
I think you need to exit the preview mode of the app in the Dashboard: https://github.com/stripe/stripe-apps/issues/674#issuecomment-1179049836
That will then not require you to have the app running locally, and use the version installed on your account
ok it worked thanks for the help 😊