Linux Environment file detection
Unanswered
Asiatic Lion posted this in #help-forum
Asiatic LionOP
Dear Next Community
I am currently trying to deploy my NextJS application on a Debian 12 machine and am facing issues regarding the Environment files. Next does not seem to be detecting my Dotenv file. I have tested following file extensions.
Working filenames
Not working filenames
Am i the only one experiencing this issue or has anyone else faced this issue?
I am currently trying to deploy my NextJS application on a Debian 12 machine and am facing issues regarding the Environment files. Next does not seem to be detecting my Dotenv file. I have tested following file extensions.
Working filenames
.env, .env.local Not working filenames
.env.development, .env.production *and basically any other extensionAm i the only one experiencing this issue or has anyone else faced this issue?