Banner not showing unless I flush cache v3.7

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
This is an intermittent bug. When I surf to my site the main the banner in on the main page as well as some uploaded product picture fail to load until I flush the cache. Once flushed all the pictures are fine,
If it's happening to me I'm afraid my customer see the same thing. Is there a resolution to this issue?

Thanks
7 years ago
Its caused by the 'Keep alive' scheduled task.

When it triggers a client request to keep the website alive, it does so on localhost (127.0.0.1). The images are set using the localhost in the header which breaks the link.

More reading here:

https://www.nopcommerce.com/boards/t/32297/homepage-images-randomly-referencing-localhost-on-a-live-server.aspx?p=2


You can do a quick fix in the mean time if you don't know how to code or set IIS host headers. Just enable the 'clear cache' schedule task maybe every 1200 secs until a proper fix comes along.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.