#baoleduc
1 messages ยท Page 1 of 1 (latest)
Hello, not immediately sure why this might be happening but I am reaching out to my colleagues who may know more
Thank you @prisma gulch
What role do you have on your account?
I'm the admin
Gotcha, so that isn't the issue. Can you send me your account ID so we can look deeper at your account? (acct_1234)
acct_1MxByTG9sbbppMmk
๐ looks like the account that you are logged into on CLI is not the same one as the one selected in your screenshot. If you click the dropdown there you should be able to select the account that you are logged into and then the "Continue" button will appear. Otherwise you want to re-login to the CLI stripe login with the account that you want to load the helloworld app on.
I tried with both accounts and none of them show the continue button
I will try to relogin and get back to you
I re-logged in and ran into the same issue
Is there a way to reset my account?
or @rugged comet ๐ any other reason?
Okay I'm on 1.13.9 still. Let me upgrade and test with that as well
It is working fine for me on 1.13.9
Nope still working fine for me.
Can you create a new test account and log into that one with CLI and then run stripe apps create xxx again and then stripe apps start for that new account?
Everything is fine on my end so wondering if your current account is borked for some reason.
after several retries, it lands on a different page which says the local server is not started, however it's running
Interesting
That potentially points to an issue with the app build
Try running stripe apps create again
What does your stripe-app.json file look like?
{
"id": "com.exsmple.hello",
"version": "0.0.1",
"name": "Test 2",
"icon": "",
"permissions": [],
"ui_extension": {
"views": [
{
"viewport": "stripe.dashboard.customer.detail",
"component": "App"
}
],
"content_security_policy": {
"connect-src": null,
"image-src": null,
"purpose": ""
}
}
}```
Hmm that looks fine....
would the issue is my account? Is there a way to "reset" my Stripe account?
The issue shouldn't really be in your account
No way to "reset" it really, you can create a new account like I mentioned which would serve that purpose
Let me flag to our Apps team and see if I can get some advice from them on troubleshooting further here
it happens to both of my accounts. Or it could be two accounts problem ๐
Very unlikely the account itself is the problem. It has very little interaction here...
If you load it in incognito does that change anything?
@rugged comet sorry for the delay, I retried with incognito mode and it shows the same issue
Okay thanks for testing that. I've reached out to our Apps team to get some troubleshooting advice. I'll circle back as soon as someone is available from that team to take a look.
Can you verify browser/OS ?
@obsidian sail just to ensure you see the above
I'm using Chrome/Mac OS
I installed with homebrew. Since it didn't work, I uninstalled and reinstalled with the Mac OS /ARM version from https://github.com/stripe/stripe-cli/releases/tag/v1.14.0, but ended up with the same issue
Hi ๐
Can you also provide the version of the apps plugin you are using?
You can find it by running stripe apps version
@obsidian sail can you provide this information? The latest version of the plugin is 1.5.5 and you can update it by running stripe plugin upgrade apps
Thank you, I will relay this to the team internally
just fyi, config.toml file has ******** in the key, is that correct or something weird there? (as other keys are in plain text)
We're not sure what's causing this sorry. I'd recommend reaching out to our support team directly instead: https://support.stripe.com/contact they'll be able to collect more details and help you get unblocked
thanks, I will do it