Error when importing the Recaptcha module from Appstore

0
When importing the Recaptcha module from the Appstore into a mendix 4.7.2. app, I get the following message Package 'D:\Projecten\Mendix\Captcha\widgets\reCaptchaModule.mpk': File does not contain a client module. The module is not shown in the project explorer. Also trief importing into a 4.3.2. mendix version with the same result. Does anyone know what is going wrong?
asked
2 answers
1

Already solved the issue. Mpk is in reality a projectpackage so: - download the package. - (rename to .zip and) extract the package - start the project.mpr - Select the recaptcha module - export the module to a module package - close project - import this module package to the desired application

answered
0

Must be something with the config of the mpk file, but if you first import the mpk from the app store and get the error and then import the module manually by using the import module from the context menu in the project explorer the module will import into your project. Not sure if it will function correctly, but at least this will get you one step further.

And please file a support ticket for the module from the app store so it can be fixed for future use.

answered