Magento troubleshooting
Resolving common issues after a Magento+ScandiPWA installation
# in general
magento c:f
# for all issues involving data of the products,
# reviews not being up to date (after change)
magento in:rei
# when Magento 2 module does appear (or function properly)
magento se:up
magento module:enable <MODULE>
# missing classes, issues with Interceptors
rm -rf generated
magento c:f404 Not Found on Homepage
Luma Theme Visible
Verify that the theme is compiled
Verify that the theme is set in the Magento admin panel
Flush caches
Asking for Help
Last updated