#[SOLVED] Invalid url
16 messages · Page 1 of 1 (latest)
What does the code look like where you are using the environment variables?
.
and you've got a .env file in your root directory?
Send your env file with your values removed
is your env file at the same level as your vite config file/package.json?
no
let me doit
By default it loads the .env file in the root directory of your project, that is typically where you will find your other configs like vite.config.js and package.json
Awesome!
