Magento – Logo and icons dont show in frontend

cssjavascriptmagento2

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.
Product images in product pages dont load. However, they load ok in catalog pages.

I have already flushed cache, deleted pub/static folders, run deploy:static-content:deploy.

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?

enter image description here

Best Answer

I would have suggested flushing and refreshing the Cache as well. It's quite strange that this is working for the Backend but not the Frontend.

Unfortunately, I can't answer the question about the config file, sorry. Hopefully someone else here can.

Related Topic