Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

151
Views
Javascript ENV VARS not being parsed in Vite Config

Using Vite in a Laravel app.

In my .env file I have a var set in an env key like so:

APP_DOMAIN=example.test
...

VITE_DOMAIN="${APP_DOMAIN}"

In my vite.config.js I have imported Dotenv and run Dotenv.config() and it's picking up the keys from .env just fine, but it's not parsing the dynamic variable that are set.

When I run vite I'm getting the following error:

error when starting dev server:
Error: getaddrinfo ENOTFOUND ${APP_DOMAIN}
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:71:26)

Is there something I can do, a package to add or config to change that will allow Dotenv to parse these variables?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

I don't think Vite allows to use an environment param to declare another. This should work in your case

VITE_DOMAIN=example.test
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!