Passbolt - Authentication is required to continue

Checklist
I have read intro post: About the Installation Issues category
I have read the tutorials, help and searched for similar issues
I provide relevant information about my server (component names and versions, etc.)
I provide a copy of my logs and healthcheck
I describe the steps I have taken to trouble shoot the problem
I describe the steps on how to reproduce the issue

Hi
I have migrated my passbolt installation “on-premise” to a VM in the “cloud”
I copied everything (passbolt folder, nginx folder, set up permissions, …)
When I go to the homepage and insert my credentials, in the error_log there are these issues:

2022-06-20 10:25:19 Error: [Authentication\Authenticator\UnauthenticatedException] Authentication is required to continue in /var/www/passbolt/vendor/cakephp/authentication/src/Controller/Component/AuthenticationComponent.php on line 177
Request URL: /resources.json?api-version=v2
Client IP: xxx.xxx.xxx.xxx

With the healthcheck I do not see any error.

What could I do?

VM information:

  • Debian 11.x
  • PHP 7.4.x
  • NGINX 1.18.x

Ok…switching to PHP 7.3.x has fixed the problem.

@Faustino50 Congrats on the successful migration!