79665828

Date: 2025-06-14 12:15:50
Score: 1.5
Natty:
Report link

Run the following commands to resolve this error;

rm -rf var/cache/prod php

bin/console oro:assets:install --env=prod

You should get this results when it's successful

The last command would reinstall the assets. you need to see the following to know this has worked.

If this doesn't work. Run them again and again until it works. if this fails, run these in succession;

rm -rf var/cache/prod

php bin/console oro:assets:install --env=prod

rm -rf var/cache/prod

bin/console oro:platform:update --force --env=prod

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: charles ansong