Missing ENV #3214
-
I'm trying to run some new db migrations to alter schema and every time I run: node ace make:migrations {migrationName} I get the following error:
I have .env.api files in /build/development with a defined HOST value, and I have tried moving the files to the project root, inside the api/build/ files, and everywhere else i could think to put it, but nothing is working. This is an incredibly frustrating error. Any thoughts? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
UPDATE: When running node ace serve --watch just to see what happens, I also get
Even though it is, again, defined in my .env files and i've put the files in what I believe is the right spot |
Beta Was this translation helpful? Give feedback.
-
I have no idea what is |
Beta Was this translation helpful? Give feedback.
I have no idea what is
.env.api
and what isbuild/development
. Documentation doesn't talk about any of these