#oren-stripe-apps
1 messages · Page 1 of 1 (latest)
Can you say a bit more about your current set up @neat narwhal and which doc you are following?
For sure. I'm cloning the repo, and then executing the following:
brew install myapp/myapp-cli/myapp
Shut down and reboot in safe mode
VPN off, proxy off
From within repo:
npm config set registry https://registry.npmjs.org/
npm login
npm install
myapp login
myapp plugin install apps
restart computer
myapp apps start
it runs in terminal and opens that dashboard link but the link shows that the app is not found.
Thanks!
Thanks so much. This is all from the readme in my company's repo, following those steps. A fellow engineer got it set up no problem, so we're not sure why I'm having troubles
I'm sorry, can you just share an exact link to whatever you are looking at, just to make sure?
cc @neat narwhal
Asking my team if it's ok to share, just to make sure I'm not breaking any policy 🙂
I'm sorry you're a bit cryptic
you're not following a tutorial and just doing this with your own team's repo/code?
who is "they"?
My team
but yeah you're unfortunately too cryptic to help right now
Me: any idea why it's not working, I did it 5 times from scratch
Them: reach out to stripe discord
myapp apps start --log-level debug what does that output? Do you see any obvious info or error?
Let's seeee
stripe apps start --log-level debug
[Tue, 04 Oct 2022 12:35:35 EDT] DEBUG config.Config.InitConfig: Using profiles file path=/Users/oren/.config/stripe/config.toml
[Tue, 04 Oct 2022 12:35:35 EDT] DEBUG config.Config.GetProfilesFolder: Using profiles file path=/Users/oren/.config/stripe
[Tue, 04 Oct 2022 12:35:35 EDT] DEBUG cmd.pluginCmd.runPluginCmd: Running plugin...
[Tue, 04 Oct 2022 12:35:35 EDT] DEBUG config.Config.GetProfilesFolder: Using profiles file path=/Users/oren/.config/stripe
[Tue, 04 Oct 2022 12:35:35 EDT] DEBUG config.Config.GetProfilesFolder: Using profiles file path=/Users/oren/.config/stripe
[12:35:36] compiled successfully
💻 Running development server on http://localhost:4242 (^C to quit)
Following this- https://stripe.com/docs/stripe-apps/create-app
At this point, can you try creating a brand new app from scratch to see if that works for you?