That is a normal behaviour. Query param page has no use on the show page. It needs to be removed.
Apr 28, 2021
5
Level 3
Disappearing url query string
I am using laravel 8 , livewire 2.4
I used livewire pagination.
My situation is like this.
The 'page' variable is sent to 'show' page from 'index' page.
After clicking in 'index' page with 'page' variable, it goes to 'show' page with 'page' variable.
But in the 'show' page, the 'page' query-string is disappeared.
I made video, you can see what happens.
I doubt if it is not cause of livewire. Because even though the Laravel pagination ( not livewire ) was tried, it show same results.
I guess it is about Navigation history ..
Is there someone have idea about this case?
Please or to participate in this conversation.