Dev0ps's avatar

Laravel pagination is not working after first page on server

Pagination working fine in localhost but not working on the production

localhost

http://127.0.0.1:8000/Admin/CRUD/U1/Index?page=2

server

https://domain.com/Admin/CRUD/U1/Index?page=2
0 likes
1 reply
Dev0ps's avatar

solved by adding

try_files $uri $uri/ /index.php?$query_string;

Please or to participate in this conversation.