Hello!
We upgraded magento from version 2.1.1 to 2.1.9 using composer from command line.
Ever since we upgraded, some pages on the Admin Panel are broken. Such as Customers and Catalog Pages. Website is running fine.
It looks something like this
It becomes ok if we purge and turn off varnish and CDN. But since we are in production, we can't turn off varnish/CDN for long.
Is this a bug in magento 2.1.9, or is there something wrong on our end.
Please suggest. Any suggestion is welcome.
Thank you..
Enable static sign from developer setting
Make sure pub/static contain .htaccess file
After do setting, remove pub/static folder all files, don't delete .htaccess file
var/di, var/view_processed, cache, var/generation remove it.
then do static content deploy.
@Sunil Patel wrote:
Enable static sign from developer setting
Make sure pub/static contain .htaccess file
After do setting, remove pub/static folder all files, don't delete .htaccess file
var/di, var/view_processed, cache, var/generation remove it.
then do static content deploy.
Thanks for you reply sunil.
Apart from static content signing, I've already followed all other suggestions you suggested.
I'll try static content signing as well and let you know.
@VafagaranBLSP any further update?