You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey 👋
Current version of motdotla/dotenv-expand (10.0.0 patched by Vite team) contains a bug reported here : #13399 is Vite's issues, and here in dotenv's issues : motdotla/dotenv-expand#98.
It has been adressed upstream in dotenv repo as of v11 🎉, so this new issue here is about upgrading the dep (as the other issue was locked)
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h to show help
9:54:42 AM [vite] .env changed, restarting server...
9:54:42 AM [vite] server restarted.
9:54:49 AM [vite] .env changed, restarting server...
9:54:49 AM [vite] Maximum call stack size exceeded
9:54:49 AM [vite] server restart failed
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
Describe the bug
hey 👋
Current version of
motdotla/dotenv-expand
(10.0.0 patched by Vite team) contains a bug reported here : #13399 is Vite's issues, and here in dotenv's issues : motdotla/dotenv-expand#98.It has been adressed upstream in dotenv repo as of v11 🎉, so this new issue here is about upgrading the dep (as the other issue was locked)
Reproduction
https://stackblitz.com/edit/vitejs-vite-brtwpg?file=.env
Steps to reproduce
(using the same repro as the original closed bug)
System Info
Used Package Manager
npm
Logs
$ vite
VITE v4.3.9 ready in 826 ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h to show help
9:54:42 AM [vite] .env changed, restarting server...
9:54:42 AM [vite] server restarted.
9:54:49 AM [vite] .env changed, restarting server...
9:54:49 AM [vite] Maximum call stack size exceeded
9:54:49 AM [vite] server restart failed
Validations
The text was updated successfully, but these errors were encountered: