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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

General

Http to https error in infinity.js

Started by carlos 7 years ago · 3 replies · 470 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 Jerry Hunt, 4 days ago
2 80 8 hours ago
General · by pamtbaau, 14 hours ago
1 51 13 hours ago
General · by Andy Miller, 1 day ago
0 44 1 day ago
General · by Marcel, 12 months ago
6 346 5 days ago
General · by Duc , 5 days ago
3 40 5 days ago