Skip to main content
Participant
October 28, 2021
Answered

Exporting CEP extension problem

  • October 28, 2021
  • 1 reply
  • 1854 views

Hello everyone, 

I built an extension for me and my colleagues to make our workflow faster.

I'm starting to build it on my machine (everyone's here use Mac) and after more or less 3 months of coding it seems everything works well and does the job it supposed to do.

 

When I release the zxp file to install the extension on the others machines something doesn't work.

On others machines the extension doesn't load the html, just show the panel itself with nothing in it.

I also tried to install manually with the debugmode on but nothing changes.

 

Doesn't someone have some suggestions about how to fix this problem?

 

Below the GitHub link to the entire project https://github.com/GaudioMagno/MavigraficaHelper/tree/main/com.extension.mavigrafica

This topic has been closed for replies.
Correct answer Charu Rajput

Now it works 😮

How can you make it works?


I just use two commands to create the ZXP. It may possible ZXP that you created is not signed properly. Here is the steps that I did.

 

1. Downloaded your code from the gihub.

 

2. Create self signed certificate using following command.

./ZXPSignCmd -selfSignedCert US NY MyCompany MyCommonName abc123 MyCert.p12

 

3. Create selft signed zxp using the following command

./ZXPSignCmd -signcom.extension.mavigrafica myExtension.zxp MyCert.p12 abc123 

 

4. Use the Extension Manager to install it.

 

Let me know if this works for you.

1 reply

Charu Rajput
Community Expert
Community Expert
October 28, 2021

Hi,

Did you signed the extensions while creating the ZXP? Even self-signed?

Best regards
Participant
October 28, 2021

Yes i did, i made my own certificate and signed the zxp with it. The extension can be installed on the other machines but doesn't show the ui...

I attached a screenshot to explain me better

Charu Rajput
Community Expert
Community Expert
October 28, 2021

Hi,

I can see UI on my end.

 

 

I have used your code to create ZXP at my end and install it using the installer.

 

Could you please try using the zxp from the link.

https://www.dropbox.com/s/cs3xk0dzyfqsbpm/myExtension.zxp?dl=0

Best regards