Deployed version requires license

Post Reply
mshetty
Posts: 5
Joined: 24 May 2022, 17:21

01 Jun 2022, 15:55

Hello,

The theme designer works fine on localhost but when deployed for our designer's access the download link says that it requires a license. How do I make it available for non-tech team members?

tugce.kucukoglu
Posts: 560
Joined: 23 Oct 2020, 09:28

03 Jun 2022, 07:59

Hello,

How are you using the themes files for example linking them or just add compiled theme css files? Could you explain the issue? Error screenshots could help.

Best,

mshetty
Posts: 5
Joined: 24 May 2022, 17:21

03 Jun 2022, 16:25

When using npm run serve I can use the download button.
When using npm run build I cannot use the download button because I see "A designer license is required to download this theme." We have already purchased the extended license.
We are using this by downloading the package, running npm install, then using the frontend to change color preferences before trying to download the generated css file.

tugce.kucukoglu
Posts: 560
Joined: 23 Oct 2020, 09:28

06 Jun 2022, 08:34

In AppEditor.vue file checks the environment and if it is production mode, it won't download the theme files. In this case the 'download()' method in AppEditor.vue file should be changed like this

Code: Select all

this.downloadTheme();
You don't need to check production or development mode.

mshetty
Posts: 5
Joined: 24 May 2022, 17:21

06 Jun 2022, 16:22

Harika teşekkür ederim!

LeenaWhite
Posts: 2
Joined: 06 Jun 2023, 14:56

06 Jun 2023, 15:00

tugce.kucukoglu wrote:
06 Jun 2022, 08:34
In AppEditor.vue file checks the environment and if it is production mode, it won't download the theme files. In this case the 'download()' method in AppEditor.vue file should be changed like this

Code: Select all

this.downloadTheme();
You don't need to check production or development mode.
Ok, thanks for this guide.
I was actually looking about this and found this threat. :)

tugce.kucukoglu
Posts: 560
Joined: 23 Oct 2020, 09:28

21 Aug 2023, 08:20

Thanks for the update.

Post Reply

Return to “PrimeVue Theme Designer API”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 2 guests