Skip to content

Instantly share code, notes, and snippets.

@cagartner
Created July 2, 2021 18:14
Show Gist options
  • Save cagartner/08324680f8f11d0100732283833fa8a1 to your computer and use it in GitHub Desktop.
Save cagartner/08324680f8f11d0100732283833fa8a1 to your computer and use it in GitHub Desktop.
Magento Cloud The path "/app/pub/static/deployed_version.txt" is not writable. error
# If you need to run bin/magento setup:static-content:deploy manually on
# Magento cloud but are getting The path "/app/pub/static/deployed_version.txt" is not writable. error
# just run the following command:
# @see: https://support.magento.com/hc/en-us/articles/360000338413-run-setup-static-content-deploy-deployed-version-txt-issue
find pub/static/ -maxdepth 1 -type l -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment