Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Http to https error in infinity.js

Started by carlos 7 years ago · 3 replies · 657 views
7 years ago

Good afternoon all,
I just changed my web from http to https. and works ok , or at least it's look like. nevertheless the google browser inspector detected the following error:

I don't know if is a critical error, or what kind of problem could bring in the future.
or just ignore it.

thanks
Carlos.

JS
infinity.js:14 Uncaught ReferenceError: infiniteScroll is not defined
at infinity.js:14
at infinity.js:660

 // HTTP ajaxurl when site is HTTPS causes Access-Control-Allow-Origin failure in Desktop and iOS Safari
if ( "https:" == document.location.protocol ) {
    infiniteScroll.settings.ajaxurl = infiniteScroll.settings.ajaxurl.replace( "http://", "https://" );
}
last edited 05/11/19 by carlos
7 years ago

Try a bin/gpm selfupdate or selfupgrade cant remember. Let me know how it goes !!

7 years ago

Thanks @holzy can you orient me little bit further? I'm still lost.

Best
C

7 years ago

Go to the root of your project and run that command in a terminal.

Suggested topics

Topic Participants Replies Views Activity
General · by jeremycherfas, 1 week ago
4 181 2 days ago
General · by lynbor, 6 days ago
2 122 3 days ago
General · by Old Man Umby, 1 week ago
1 100 1 week ago
General · by Sebastian, 1 week ago
1 124 1 week ago
General · by Andy Miller, 3 weeks ago
0 248 3 weeks ago