Troubleshooting installation
Edit on GitHubThis 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
- Clear application cache
- An error during front end setup
- Demo data was imported incorrectly
- Docker daemon is not running
- docker-sync cannot start
- Error 403 No valid crumb was included in the request
- Node Sass does not yet support your current environment
- Setup of new indexes throws an exception
- Unable to bring up Mutagen Compose sidecar service
- Vendor folder synchronization error
Thank you!
For submitting the form