Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nuxt preview does not respect the --dotenv option #383

Open
martinszeltins opened this issue Mar 30, 2024 · 2 comments
Open

nuxt preview does not respect the --dotenv option #383

martinszeltins opened this issue Mar 30, 2024 · 2 comments

Comments

@martinszeltins
Copy link

Environment

Stackblitz

------------------------------
- Operating System: Linux
- Node Version:     v18.18.0
- Nuxt Version:     3.11.1
- CLI Version:      3.11.1
- Nitro Version:    2.9.5
- Package Manager:  npm@10.2.3
- Builder:          -
- User Config:      devtools, runtimeConfig
- Runtime Modules:  -
- Build Modules:    -
------------------------------

Reproduction

https://stackblitz.com/edit/nuxt-starter-qwahbu?file=package.json

Describe the bug

I have 2 environment files .env and .env.prod. According to the docs, I can pass the --dotenv flag to specify a different env file to load for nuxt preview command - https://nuxt.com/docs/api/commands/preview

But it does not seem to work.

I have tried multiple variants of this and it always loads the .env file and not my .env.prod file.

Here is what I tried (see reproduction):

+ "preview": "nuxt preview --dotenv .env.prod"
+ "preview": "nuxt preview --dotenv=.env.prod"
+ "preview": "nuxt preview --dotenv prod"

Nothing worked.

Additional context

No response

Logs

No response

Copy link

stackblitz bot commented Mar 30, 2024

Fix this issue in StackBlitz Codeflow Start a new pull request in StackBlitz Codeflow.

@manniL manniL transferred this issue from nuxt/nuxt Mar 30, 2024
@chrisspiegl
Copy link

I have just experienced the same (with Nuxt 3.10.3 as well as 3.11.2).

Doc says it should work (https://nuxt.com/docs/api/commands/preview)

But my terminal even says it's just going to load .env

Xnapper-2024-04-23-18 34 45

I hope this helps possibly locate the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants