This is more of a bug report than a help request - I already know the fix! I just don’t think this is the intended behavior.
The issue is that personal configs don’t seem to be created/exist for a user until they navigate to the project in the Doppler web UI. If a user comes in and does everything through the CLI (following the docs for a given repo) and the doppler.yaml uses a personal config, they’ll hit Doppler Error: Could not find requested config 'local_personal'
(or whatever environment is used). As soon as they load the project in their browser, the personal config exists and all is well.
As new devs are being onboarded, I’ve seen this happen twice in different projects. The fix is super simple, but not at all obvious.
I couldn’t find anything else on this in the forums so figured y’all might not even know about it.