Debapriyo Ray
Debapriyo Ray

Reputation: 1

After Magento 2.4.3 install css and js not loaded. In url 'pub' missing

After bin/magento setup:static-content:deploy In Magento frontend CSS and JS not loaded. In source code I found that

url shows href="https://localhost/love/static/frontend/Infortis/ultimo/en_GB/css/print.min.css" /> But it should be href="https://localhost/love/pub/static/frontend/Infortis/ultimo/en_GB/css/print.min.css" />

please any one help me !!!

Thanks,

Upvotes: 0

Views: 1487

Answers (1)

ARJUN
ARJUN

Reputation: 1

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.

See Screenshot

Upvotes: 0

Related Questions