#divine_stripe-apps-no-app-found
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/1361692798948212736
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
I would suggest two thing before writing in to support to ask for help with this:
1/ Update the CLI to the latst version
2/ Log out and log back in to the CLI
Instead I get prompted that no apps found. please make sure your development server is running
This suggests the issue might be running/starting your app locally
- upgraded to latest stripe version still the issue persisted
- tried logging out and logging in again, did not work either
-
the app is started successfully it seems ( attached image 1 ) , although pressing enter takes me to the error prompt ( attached image 2 )
-
here is the github issue of a similar ( almost same issue ) https://github.com/stripe/stripe-apps/issues/146
Just to make sure we're also on the latest apps plugin, can you also update that:
https://docs.stripe.com/stripe-apps/reference/cli#upgrade-the-cli
stripe plugin upgrade apps
I'm wondering if there's an unknown compatibility issue with mingw
Can you access anything on the dev server at http://localhost:4242?
- Upgraded to latest plugin ( 1.5.27 ) - did not work
- no localhost:4242 runs nothing, not error though but just white screen ?
you think this might be the issue ?
POssibly -- but a server returning a blank page is still a page ๐
Are there console errors/warnings when you do that?
nothing, the console is empty and the network tab is empty as well
But the page resolves?
That seems odd
actually hang on
going back over this
In the terminal screenshot above, it looks like you ran npm start
this might start the server, but i think it might not create the bridge needed for the dashboard
you're supposed to run stripe apps start
its the same thing, npm start runs 'stripe apps start' itself ( any ways I ran with stripe apps start and did not work either )
Can you run stripe config --list so we can see if maybe there are other account configs that might be getting used unexpectedly?
I get this
That's the whole output?
Can you verify that the acct_ id you see there is the same one as the one from the dashboard that you're logged in to?
yes, that is same.. I double checked
yes
Ok looks fine
Not really sure then
I think you'll have to write in to support for this
okayy, as I said earlier I was running the app few days earlier without any issues
- now I am trying to start an an simple hello-world stripe app from scratch give me a moment
nahhhhhhh! the hello world all just as per this is not even working: https://docs.stripe.com/stripe-apps/create-app
after stripe apps start I get this
What browser are you using
What do you see when you run stripe apps -v?
1.5.27
Ok I have a colleague looking into this to make sure nothing is broken on our end
Will keep you updated
yess, thank you!
They're looking into this still. Will get back to you
They've been able to repro, so it's definitely an error on our end
They're working on finding root cause and a fix
Hi hi! Jumping in for my colleague here, just FYI.
thanks for the update.. I was scratching my head back, good to know I was not missing anything! hoping for a quick resolution! ๐ฏ
It's being worked on as we speak. ๐
Fix is in the pipeline; should be sorted shortly.
fyi i'm taking over for timebox! looks like the fix is still in the deploy pipeline, i'll keep you updated