I have enable static file signing from admin panel but i now gettting 404 error for css and js files and when remove version from url its work fine but with version its doest not work after enable sign versioning i tried these commands but did not get any positive result.
php bin/magento setup:upgrade
php bin/magento setup:db-data:upgrade
php bin/magento setup:db-schema:upgrade
php bin/magento customer:hash:upgrade
php bin/magento indexer:reindexphp bin/magento cache:clean
php bin/magento cache:flush
php bin/magento cache:status
php bin/magento cache:enable
php bin/magento setup:static-content:deploy -f
php bin/magento setup:di:compile
chmod 777 -R generated/ var/ pub/
I am using Lighspeed server and magent 2.4.4.
Thanks