Posted 4 January 2021, 6:27 pm EST
I have an Angular project with a valid distribution license. However, whenever I open the Wijmo Designer in VS Code, it reports an invalid license error such as the following:
Wijmo License
The Wijmo license in this application is not valid for the current domain. The license domain is .wijmo.com,.grapecity.com; the current domain is c248f5b9-7cca-4077-b3f4-8e1b6069d954.
Please create a license or contact GrapeCity: us.sales@grapecity.com.
The reported current domain (e.g. “c248f5b9-7cca-4077-b3f4-8e1b6069d954” above) is different everytime I open the Designer.
Since there is no option to enter a distribution license for the VS Code plugin itself, I presume that the plugin attempts to detect the license from my source code. It does not matter if do the wjcCore.setLicenseKey() step in app.module.ts, another module or event in main.ts, the result is always failure. I have also tried a with a Wijmo dev kit feature sample with the same error.
What am I missing? Thanks for your response.