Welcome to Joomla forum!
I see a lot of errors in the browser console (in Google Chrome > Inspect > [Console] tab), like:
Failed to load resource: net::ERR_CONTENT_DECODING_FAILED
Could you try to switch off "gzip" encoding?
In configuration.php change
public $gzip = '1';
to
public $gzip = '0';
I see a lot of errors in the browser console (in Google Chrome > Inspect > [Console] tab), like:
Failed to load resource: net::ERR_CONTENT_DECODING_FAILED
Could you try to switch off "gzip" encoding?
In configuration.php change
public $gzip = '1';
to
public $gzip = '0';
Statistics: Posted by pe7er — Sun Jun 23, 2024 10:13 am