I am getting 401 while using the smartbrowz generate pdf from template Zoho Catalyst node SDK method
I am using Zoho Catalyst for web development and I am trying to generate PDF by using the smartbrowz capabilities to generate pdf for the website using the Catalyst CLI in my local. Currently, PDF generation from my application is failing with
process.env in catalyst functions:shell command does not picks up the configured environment variables from the Zoho Catalyst console
I have configured environment variables in the development environment. When i run the catalyst functions:shell to execute my event function, i am not able to retrieve the values through process.env in my nodejs function.