979 0 0 0
Last Updated : 2025-04-28 21:54:04
sometimes the https works normally, but the pagination links fire http instead https, so the solution is to use setPath('') on the collection as follows :
$items = CalendarCommitteeEventModel::orderBy("date","DESC")->paginate(50) ;
$items->setPath(''); //This will allow the pagination links to use the same https protocol