laravel 11_ Backback

I have an issue where I uploaded my Laravel 11 project to InfinityFree hosting and used Backpack to create a dashboard for managing my website. However, when I navigate to the admin panel link, and after successfully logging in, I try to view the data stored in the database, but I encounter a 419 Page Expired error.

I have tried many solutions without success. Can anyone help me resolve this issue?

Note: I also tried disabling CSRF verification, but that did not work either.

disabling CSRF verification.
I tried searching for solutions online and implementing suggestions.
I have checked Laravel’s and Backpack’s configurations, session settings, or routes.
I expected the 419 error to stop appearing.