magento / magento/magento-cloud-docker
Docker image 2.3.6-p1 error affecting marketplace module testig
- Dominant language
- PHP
- Stars
- 277
- Forks
- 187
- PR merge metrics
- No merged PRs in 30d
Description
### **- Summary of the issue**
Module submission on the Marketplace. There seems to be an error with that specific image.
### **- Information on your environment,**
This environment is failing:
`php_version":"7.3","magento_platform":"M2","magento_edition":"ce","magento_version":"2.3.6-p1","tool":"varnish","vendor":"maurisource","extension":"lightspeed","version":"1.3.62","platform":"m2","magento_cloud_docker":"1.2.1"`
### **- Steps to reproduce**
If you check submission ID: 0p8jeuucuj you'll be able to cross-check the error.
### **- Expected and actual results,**
Actual relevant error as seen in the report.json file generated, which is irrelevant to the module.
Researching the error, I've found this possible solution:
The issue is because during the install process Magento installs the store data, but then doesn't flush its cache.
[](https://magento.stackexchange.com/questions/315644/unable-to-apply-patch-magento-inventorysales-setup-patch-schema-initializewebsit/315645#315645)
`
n \u001b[37;41m Unable to apply patch Magento\\InventorySales\\Setup\\Patch\\Schema\\I \n nitializeW \u001b[39;49m \n \u001b[37;41m ebsiteDefaultSock for module Magento_InventorySales. Original exc \n eption mes \u001b[39;49m \n \u001b[37;41m sage: The default website isn't defined. Set the website and try \n again. \u001b[39;49m \n \u001b[37;41m `
Contributor guide
Assessment
This issue has not been assessed yet.