Closed auroralabs closed 7 years ago
Do you have any custom themes or extensions - does the issue persist with a stock Magento codebase? Beyond that I would try typical frontend fixes:
composer install
rm -rf var/di var/generation var/view_preprocessed var/page_cache var/cache
magento setup:upgrade
grunt clean && grunt exec && grunt less # or equivalent for snowdog scss
magento setup:di:compile
magento setup:static-content:deploy
These commands will take a few minutes to run. If the whole process is taking more than 10 min, then something is wrong.
If the error still persists (with a stock codebase), then I would start suspecting a defect in the framework.
@auroralabs, thank you for your report. We were not able to reproduce this issue by following the steps you provided. If you'd like to update it, please reopen the issue. We tested the issue on 2.1.9
Preconditions
Steps to reproduce
Expected result
Actual result