Manual QA Results
Tested on:
REASONS FOR FAILURE:
In composer.json
"require": {
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0"
},
I dont know what kind issue is this because i ran this extension on my localhost as well as on my server. it works perfect there.
Hello @dhaval_sanura
Have you defined in composer.json as follows:
"require": {
"php": "~5.6.0||~7.0.2||~7.0.4||~~7.0.6|~7.1.0"
},
yes i have defined same as mentioned in the question.
Share your composer.json, Magento version Compatibility and then I will check.
Hello @dhaval_sanura,
Please figure out this error in extension then try it
Navigating to XYZXYZ -> DASHBOARD runs the website into a 404 error.
--
If my answer is useful, please Accept as Solution & give Kudos