JaydeepMor's avatar

Paginate link to http.

I used below code for pagination,

{!! $list->appends($form)->links() !!}

But problem is this redirect to [https] not [http] and i want to [http].

0 likes
2 replies
topvillas's avatar

If you're using a .dev suffix to your domain for development and you're using Chrome, you're a victim of Google hijacking the domain. It will redirect to https no matter what.

Either don't use Chrome anymore or change the suffix to something else.

1 like

Please or to participate in this conversation.