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
Hi,
Some parts of the website at my workplace have started to malfunction a few days ago (lots of elements are not showing anymore in the pages.). I inspected the problem in firefox using the developer's tools (F12) and tracked down the problem to the incapacity of loading two polymer libraries (namely polymer-micro.html and paper-ripple-behavior.html in version 1.7.0.2).
I suspect the problem has something to do with the displacement of resources from an url (https://cdn.rawgit.com/download/polymer-cdn/1.7.0.2/) to another one (https://cdn.jsdelivr.net/gh/download/[email protected]/). Indeed, in the developer's console all of polymer resources go through a http code 301 with a redirection, except for the two aforementioned libraries which end up with an http code of 200 but whose content is empty. As these two libraries are nowhere to be seen in the source of my page, I suspect they are "collateral" imports from the polymer libraries imported (see below for a list of those.).
I am not a web developer and my analysis sadly ends here. Furthermore, our data being confidential I can't provide an access to our website.
List of polymer libraries imported in the malfunctioning page :
Hi,
Some parts of the website at my workplace have started to malfunction a few days ago (lots of elements are not showing anymore in the pages.). I inspected the problem in firefox using the developer's tools (F12) and tracked down the problem to the incapacity of loading two polymer libraries (namely polymer-micro.html and paper-ripple-behavior.html in version 1.7.0.2).
I suspect the problem has something to do with the displacement of resources from an url (https://cdn.rawgit.com/download/polymer-cdn/1.7.0.2/) to another one (https://cdn.jsdelivr.net/gh/download/[email protected]/). Indeed, in the developer's console all of polymer resources go through a http code 301 with a redirection, except for the two aforementioned libraries which end up with an http code of 200 but whose content is empty. As these two libraries are nowhere to be seen in the source of my page, I suspect they are "collateral" imports from the polymer libraries imported (see below for a list of those.).
I am not a web developer and my analysis sadly ends here. Furthermore, our data being confidential I can't provide an access to our website.
List of polymer libraries imported in the malfunctioning page :
The text was updated successfully, but these errors were encountered: