Closed 3llomi closed 5 years ago
Hi @3llomi We changed structure of the configuration file. I've updated this repository, so please pull last changes
git pull
then, run configuration again:
npm run configure
and try to deploy again:
firebase deploy --only functions
Please write if you'll have some problems.
Thanks! it's working now
@xlwknx i've got the same issue again now after updating to latest version (on a new project). can you check it please?
@3llomi Did you use same config file? If so, we changed the format for configuration file. You can download a new one on the Virgil Dashboard in E3Kit section.
.env
;APP_ID=7bc750be191344fea619fb232586fb05
APP_KEY_ID=ccb8e6c13469cbebdf83881d133593ed
APP_KEY=YOUR_PRIVATE_KEY
@xlwknx i just went to Virgil Dashboard and i saw that you've changed the Button 'Generate Config' file to 'Generate .env' file, so i downloaded this file and rename it to .env and now everything is working great. Thanks Man!
Hi! I am actually having the same issues and I have also git pulled and it is up to date. Error: Illegal arguments for function privateKeyToDER
Hi, @jWarrenDev Please make sure, that you followed instruction correctly. If problem occurs again, send here next information:
npm run configure
command.Thank You! It seems that when the .env file is downloaded it formats it as a .txt file. Even after renaming the file I had to go into "get info" and make sure the .txt was removed. That fixed the error.
i am getting the error
Error: Illegal arguments for function privateKeyToDER
when i run the commandfirebase deploy --only functions
Node version: 10.16.0 here is the logany thoughts about this?