HotcakesCommerce / hotcakes-commerce-core

The core of the e-commerce part of the overall solution. This is an ecommerce shopping cart solution built on top of the DNN (DotNetNuke) CMS. Anyone can do commerce online now!
https://mmmcommerce.com
MIT License
68 stars 55 forks source link

SI: Hotcakes Admin is Referencing a Spacer Image at Hotcakes.org #401

Closed mtrutledge closed 2 years ago

mtrutledge commented 2 years ago

Describe the bug

When loading any request or page in the admin area it is taking around 30 seconds to load. It turns out that a spacer image is being referenced from hotcakes.org which is now a invalid URL: //hotcakes.org/Portals/0/images/spacer.gif

This times out after 30 seconds and the page then loads. In Chrome the page will render, but actions such as saving will not work until the spacer image times out. In Safari you cant even search for an order until the spacer image times out.

Software Versions

To Reproduce

Steps to reproduce the behavior:

  1. Go to the Order Manager in the Admin area
  2. Right click on the browser window and inspect the page. Select the network tab in the browsers development tools.
  3. Refresh the page.
  4. See the network tab load the page quickly, but still show resources loading. Wait for 30 seconds. See the //hotcakes.org/Portals/0/images/spacer.gif timeout error and the page fully loaded.

Expected behavior

The spacer image should be local and not external.

Actual behavior

The spacer image is located at //hotcakes.org/Portals/0/images/spacer.gif