Subject: Assistance Needed with Stripe App Testing and Deployment
Hi,
I’m currently developing a Stripe app and I’m relatively new to Stripe app development. The app is still in progress, and I would like to share it with a teammate for testing purposes.
I successfully ran the stripe apps upload
command, but I’m encountering an issue when trying to install the app in the sandbox environment—it returns a generic “Please try again” error.
Additionally, although the upload was successful, the app still prompts me to start a local server. However, I would like to run and test the app independently of my local environment.
I’m also seeing the following error message:
Failed to initialize: Loading of extension bundle failed.
Bundle URL = http://localhost:4242/.build/ext.js.
Extension ID: com.example.payment-link-generator.
Caused by: Error: Failed to load script http://localhost:4242/.build/ext.js
Could you please guide me on how to resolve this issue and make the app available for testing without relying on a local server?
Thank you!