After installing a Magento extension that implements a new class for a site and deploying this to an integration environment you see it is notworking.
In the logs you discover the following error:
How do you fix this?
A support ticket should be riled with Magento Commerce Cloud to fix the filesystem issue
The extension should be modified so it does not write to generated at runtime
The file should be generated locally and pushed via Git
The generated_code_WRITABLEvariable should be set to true whenever using extensions
Submit