Next.js Discord

Discord Forum

.env.local values undefined

Unanswered
Gray Flycatcher posted this in #help-forum
Open in Discord
Gray FlycatcherOP
het all im trying to get access to some values on my .env.local but it return undefined, the file on the root folder
i have
export const urlapi = process.env.HOST_API_KEY;
and at same time i tried
process.env.HOST_API_KEY
and still undefined

0 Replies