The 404 error for the vendor/slick/amslick.min.css file may arise after deploying new modules or themes, updating Magento, or clearing the static content. Whenever you install new extensions, switch themes, or after certain upgrades, Magento may need to regenerate and publish static files, including JavaScript, CSS, and images. If this process is skipped or interrupted, files like vendor/slick/amslick.min.css will be missing from the generated static content, causing 404 errors. As a result, style-related issues may arise, affecting the frontend display and user experience.
To resolve this issue, please execute the following commands from your Magento root directory:
php bin/magento setup:static-content:deploy -f -j4 [locales]
php bin/magento cache:flush
If you continue experiencing issues with the vendor/slick/amslick.min.css files from Amasty modules, feel free to reach out to our support team - we're happy to help.