citykings / netsound

0 stars 0 forks source link

How to fix the issue of Magento 2.4.7 admin panel not loading JavaScript after installation? #26

Open citykings opened 2 months ago

citykings commented 2 months ago

Ensure Magento is configured to use HTTPS can modify it directly in the database UPDATE core_config_data SET value = 'https://website.com/' WHERE path = 'web/unsecure/base_url';

UPDATE core_config_data SET value = 'https://website.com/' WHERE path = 'web/secure/base_url';