#bryanthompson_unexpected
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/1240304125930115224
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you share the account ID you're working with?
I suspect the account was connected using oAuth flow and only in live mode
Yes - acct_1AQ1k4HRaRDRJp5f is the connected account.
In my local env, I kick off the oAuth process and am able to see the 'test' banner and such. This account is also connected in production, so hopefully you see all of that.
also hi, and thank you ๐
looking now
Here's one: req_nBBS72elLVjwUD
By that point i had started cutting from components & features, here's an early one that isn't as chopped: req_C4jglqaXRt1CWg
Thank you for the request IDs, looking in to them
Thank you
So it looks like we always throw this error for accounts made in livemode, even if a testmode connection also exists. It looks like we want to discourage users from testing through the test mode connection on other real accounts. Tour test account's connection looks like it is a real account because it was created in live mode, so it is getting blocked by that restriction.
So I think you will need to create a new connected account in test mode and test with that. I get that that is inconvenient, and can put in feedback about this, but for now that is how you would have to test.
Interesting... I will give that a shot. Is there a reason this particular feature has this preference?
I ask because we may need to alter our dev env strategy for consistency and onboard fresh test accounts or I'll be fielding questions left and right ๐
Could you please + our account manager on this feedback? It's probably good if she has it on her radar.
I'm not immediately sure but will see if I can find a reason. My guess is that we didn't want to break backwards compatibility, so it is still allowed on existing features, but we will disallow it on new features as they are rolled out.
Roger, that makes sense.
I'll take the next steps here. I really appreciate your time and help on this.