Laravel keep logging user out the first time, the second time user login it will run normally

Previously my website is already working normally but for some reason we need to re-import the file with clean file (backup) and after that this problem keep happening, what have i done is :

  1. change the session type from file to database
  2. clear all data cache data in storage
  3. Restarting apache server
  4. php artisan also
  5. Check the cloudflare but it use DNS so it’s not cloudflare problem
  6. not using any load balancer
  7. also checking server firewall and they say it’s working normally
  8. changing cookie name
  9. triple check that lifetime is still 120

i also already check laravel.log but there’s nothing
i’m using Laravel 7.4

can someone tell me what’s wrong with this? it work normally before we use backup file, oh i’m using AWS