I have completed a migration from our old system (v4.5.50) to our new system (v5.11.7).
It had its far amount of complications, but managed to get around them, mostly to do with PHP limits.
Now the migration has succeeded, I am unable to view the Payments or Quotes page without logging me out. It says briefly “Invaild token” at the top before logging me out. All the other modules work fine.
This now happens to all companies on that server, no matter the user or company since the migration.
I can create payments/quotes and edit them, only unable to view them from the respective pages.
I’ve cleared the cache via storage/framework/cache.
I’ve tried artisan optimize, migrate, config:cache, route:cache & even ninja:check-data.
I’ve created new users with administrator privileges.
Also what’s strange is there is nothing new in the logs (storage/logs).
Any ideas?