79796448

Date: 2025-10-22 06:33:26
Score: 1
Natty:
Report link

I had a similar issue when running eas credentials which doesn't have access to eas dashboard env variables (like eas build does) and doesn't load .env file env variables (like npx expo run does). The fix was to run it like this: eas env:exec production "eas credentials" which allowed me to inject the eas dashboard production env variables into the credentials command so that my app.config.ts had access to the necessary env variables.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: dward