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
dotenv will not decode the contents of your .env file
I'm assuming you are calling like this: dotenv.config({ encoding: 'base64' }). I've opened #366 to clarify the intended usage. Please reopen if this is not the case.
I am trying to use base64 encoding but I am getting key as undefined.
for e.g my actual string is
.env
U0VDUkVUX0tFWT1oZWxsbzEyMzQ=
process.env.SECRET_KEY// undefined
Can anyone please tell me is this a bug or I am doing something wrong?
The text was updated successfully, but these errors were encountered: