Hello! According to the documentation (https://nextjs.org/docs/pages/building-your-application/configuring/environment-variables#environment-variable-load-order) it seems that if I have a same variable defined in the .env.development and .env.local it should prefer the value in the .env.local if I run a development mode. For some reasin it still reads it from the .env.development. Any ideas why?
Thanks!