I get the above error when trying to use dotenv-vault-core. I don't know what key part it thinks is missing, I copied my key from the CLI and it looks correct and matches the format of the example keys. What am I doing wrong?
I ended up working out that the beginning of the key only had one slash dotenv:/:key_cafd... instead of dotenv://:key_cafd... but I'm not sure how that happened
I get the above error when trying to use
dotenv-vault-core
. I don't know what key part it thinks is missing, I copied my key from the CLI and it looks correct and matches the format of the example keys. What am I doing wrong?