Hello, I have issue with v5 on aws lambda.
It tries to create cache directory relating to the code and throws the error:
"errorMessage": "ENOENT: no such file or directory, mkdir '/var/task/node_modules/highcharts-export-server/tmp/.cache'",
despite setting HIGHCHARTS_CACHE_PATH to absolute path /tmp/.cache
How can i configure it?
Thanks.
Hello, I have issue with v5 on aws lambda.
It tries to create cache directory relating to the code and throws the error:
"errorMessage": "ENOENT: no such file or directory, mkdir '/var/task/node_modules/highcharts-export-server/tmp/.cache'",despite setting HIGHCHARTS_CACHE_PATH to absolute path /tmp/.cache
How can i configure it?
Thanks.