debkbanerji / lego-art-remix

Powerful computer vision assisted Lego mosaic creator · Over 1 million images created (so far!)
https://lego-art-remix.com
GNU General Public License v3.0
284 stars 68 forks source link

Browser issue #43

Closed andrew-rob closed 3 years ago

andrew-rob commented 3 years ago

Tried in chrome and edge. Similar to #20 I can't click any of the buttons after uploading an image. First time I have used the app so not a caching issue.

image

debkbanerji commented 3 years ago

Hmm... looks like an issue loading in the jquery file - might be a problem with their CDN or the connection being reset before jquery could load in. Are you able to load https://code.jquery.com/jquery-3.2.1.slim.min.js in on your browser? After checking, can you hard reload (ctrl+shift+R) and see if the same issue shows up in the console?

andrew-rob commented 3 years ago

So here: image doesn't load unless I hard refresh.
image

The lego art remix still has the same errors in the console after a hard reload. image

andrew-rob commented 3 years ago

Working in chrome after a hard refresh in the lego art remix.

debkbanerji commented 3 years ago

The fact that it wasn't working on Edge until a hard refresh means that it was probably due to an issue with jQuery's CDN or your internet. Clearing the browser cache on Edge might resolve the issue, since it looks like Edge may still think the file isn't available from that page.

debkbanerji commented 3 years ago

Closing for now since this is JQuery CDN related.