Jhipster integration

Stimulsoft Reports.JS discussion
Post Reply
hosi
Posts: 3
Joined: Mon Jun 15, 2020 5:09 am

Jhipster integration

Post by hosi »

Dear developers,

I`m new in using Stimulsoft. I am using Jhipster microservice architecture. I added JS libraries in the gateway (Angular 8) and used generated code by https://publish.stimulsoft.com/#JavaScript/Angular. Unfortunately, I faced with Stimulsoft.Designer.StiDesignerOptions is not a constructor and stocked hours with this exception.
Is there any suggestion for solving this error or any integration instruction for jhipster technology?
Andrew
Posts: 4104
Joined: Fri Jun 09, 2006 3:58 am

Re: Jhipster integration

Post by Andrew »

Hello,

Please, check that the scripts are loaded when you are using it.
If this does not help, please send your request to support@stimulsoft.com.

Thank you.
hosi
Posts: 3
Joined: Mon Jun 15, 2020 5:09 am

Re: Jhipster integration

Post by hosi »

Thank you Andrew,

scripts are loaded and I can retrieve methods.
Sure
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Jhipster integration

Post by HighAley »

Hello,

You can get such error when the scripts are not loaded.
Please, try to add the next code:

Code: Select all

if (typeof Stimulsoft === "undefined")
    console.log("Scripts are not loaded");
Thank you.
Post Reply