Need a special offer?Find out if your project fits.
+

load licenseKey on puppeteer project

Answered
Angelo asked on October 4, 2023

Hi Team,
i'm trying to use puppeteer project to download a report in background. Everything works fine but when I load the licenseKey properties the command node start doesn't end the task.
 
I load the license in classic mode like below:
 

let pivot = new Flexmonster({
   container: "#pivotContainer",
   licenseKey: "XXX",
   componentFolder: "https://cdn.flexmonster.com/",
.
.
.

 
Is it possible and is it necessary to load license in puppeteer project? How can I do that?
 
Thanks a lot
Ciao
 

3 answers

Public
Nadia Khodakivska Nadia Khodakivska Flexmonster October 5, 2023

Hello,

Thank you for reaching out to us.

We suppose that the invalid license key causes the issue. Please check if the license key is valid by setting it to the Flexmonster component in the browser.

Please let us know if it helps. Looking forward to hearing from you.

Kind regards,
Nadia

Public
Angelo October 5, 2023

Oh yes, the license was incorrect. Thank you Nadia
 
 

Public
Nadia Khodakivska Nadia Khodakivska Flexmonster October 5, 2023

Hello,

Thank you for the prompt response.

We are glad to hear that our answer helped.

As always, do not hesitate to contact us in case other questions arise.

Kind regards,
Nadia

Please login or Register to Submit Answer