javascript - After Magento 2.4.3 install css and js not loaded. In url 'pub' missing
one text
Solution:
When you installed the Magento at that time you need to mention /pub in the base URL.
now you can mention it in core_config_data databse table, and then run the php bin/magento setup: upgrade command to solve the problem.
Source