Kyon147 / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
363 stars 107 forks source link

Laravel paginations not working #210

Closed sumantaakeans2020 closed 1 year ago

sumantaakeans2020 commented 1 year ago

For bug reporting only! If you're posting a feature request or discussion, please ignore.

Expected Behavior

Returns a new page if we click on page number

Current Behavior

It goes into an infinite loop and doesn't get any page view

Context

I created a new route inside the verify.shopify middleware. Here's my code from web.php:

Route::middleware(['verify.shopify'])->group(function () { Route::get('/', [HomeController::class, 'index'])->name('home'); }); Laravel Version: v.8.* Template Engine: Blade

Failure Logs

image

After click on page number 2 its not loading, using default laravel paging and calling in Shopify app