You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just moved a Magento 2 site from a test hosting domain to my local PC.
Everything is ok except Magento logo and icons (cart, envelope inside the email subscribe form, search icon, etc) dont show on frontend.
On backend there are no problems.
I have already flushed cache, deleted pub/static folders, run setup:static-content:deploy.
Product images in product pages dont load. However, they load ok in catalog pages.
I found that the file var/resource_config.json still points to the test domain url:
{"media_directory":"/chroot/home/test.domain/html/pub/media/","allowed_resources":["css","css_secure","js","theme","favicon","email","wysiwyg","tmp","catalog","custom_options","dhl","captcha"],"update_time":"3600"}
Is it ok to edit this file manually?
(Also attached screenshot warning from browser console)