Troubleshooting installation

Edit on GitHub

This section describes common issues and solutions related to installing Spryker locally.

Clear application cache

If you encounter compilation errors during installation or after setup, clear the cache for the affected application.

Clear cache for Zed:

docker/sdk cli vendor/bin/console cache:clear

Clear cache for Glue API:

docker/sdk cli vendor/bin/glue cache:clear

Clear cache for Glue Storefront API:

docker/sdk cli GLUE_APPLICATION=GLUE_STOREFRONT vendor/bin/glue cache:clear

Clear cache for Glue Backend API:

docker/sdk cli GLUE_APPLICATION=GLUE_BACKEND vendor/bin/glue cache:clear

These commands clear the compiled container cache and resolve most cache-related installation issues.

Topics