Magento 2 facing issue of version in js/css not applied.

Magento 2 facing issue of version in js/css not applied.

Update dev/static/sign to 0 in core_config_data table.

Or not entry then insert it.

INSERT INTO `core_config_data` (`scope`, `scope_id`, `path`, `value`) VALUES (‘default’, 0, ‘dev/static/sign’, ‘0’);

—————————————————————————————————————————-

You need to turn off configuration option from backend.

Stores>Configuration>Advanced>Developer>Sign Static Files select No.

Leave a comment