#oren-stripe-apps

1 messages · Page 1 of 1 (latest)

safe zinc
#

Can you say a bit more about your current set up @neat narwhal and which doc you are following?

neat narwhal
#

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!

safe zinc
#

let me have a look

#

which doc are you following?

neat narwhal
#

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

safe zinc
#

I'm sorry, can you just share an exact link to whatever you are looking at, just to make sure?

#

cc @neat narwhal

neat narwhal
#

Asking my team if it's ok to share, just to make sure I'm not breaking any policy 🙂

safe zinc
#

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?

neat narwhal
#

Yes

#

And they told me to reach out here, sorry for being cryptic

safe zinc
#

who is "they"?

neat narwhal
#

My team

safe zinc
#

but yeah you're unfortunately too cryptic to help right now

neat narwhal
#

Me: any idea why it's not working, I did it 5 times from scratch

#

Them: reach out to stripe discord

safe zinc
#

myapp apps start --log-level debug what does that output? Do you see any obvious info or error?

neat narwhal
#

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)

safe zinc
#

At this point, can you try creating a brand new app from scratch to see if that works for you?