#thejohndonner_api
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/1369811963365818439
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! It sounds like you have multiple API keys in different parts of your code if things are being created in one place and retrieved in another - and failing because they don't exist there.
We were using the same API key across multiple environments (local, staging, test-apps), and thus the same Connected Account ID from that API key for a customer on our local/staging databases. This was testing environment.
But now we'd like to use a Local Development Sandbox API Key specifically for local development, etc.
However, across all of those environments, we have existing data (and our team is testing things live) that references the testing environment API/Connected Account ID. So if we flat out switch, we'll break those links
Does that make sense?
Yes, it makes sense.