Personal config not working

Hello! We have setup personal configs for our dev env. I’m having issues linking it locally to its dev_personal config, even though it worked ok before. It seems whatever I try, my project it’s pointing to the dev config instead of dev_personal. I’ve tried doppler configure reset, doppler login and doppler setup and still have the issue. Changes to the dev config are reflected on my app, but changes on dev_personal are not

Can anyone point me to the right direction?
Thank you!

Hi @Camilo_Mendoza!

Welcome to the Doppler Community!

The steps you took should have cleared this issue. The only reason I can think of that doppler run invocations would be pulling secrets from the wrong config is if the local environment has DOPPLER_CONFIG set. In the shell where you’re running this, can you try executing unset DOPPLER_CONFIG and then try again and see if things work as expected after that? If they don’t, can you run doppler configure in the directory and confirm that the project and config set there are what you’d expect?

Regards,
-Joel