Skip to content
Grav 2.0 is officially stable. Read the announcement →
General

Http to https error in infinity.js

Started by carlos 7 years ago · 3 replies · 581 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 jean-louis67, 3 days ago
2 81 2 days ago
General · by Andy Miller, 7 days ago
0 146 7 days ago
General · by Veehem, 1 week ago
0 145 1 week ago
General · by milkboy, 1 week ago
0 138 1 week ago
General · by ian russell, 2 weeks ago
2 226 2 weeks ago