Error when trying to install forest

Feature(s) impacted

Observed behavior

Expected behavior

Failure Logs

Context

  • Project name: WLM
  • Team name: Mohamed adly
  • Environment name: …
  • Agent type & version: …
  • Recent changes made on your end if any: …

ERROR

SQLSTATE[HY000] [1045] Access denied for user ‘forge’@‘localhost’ (using password: NO)

at vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:70
66▕ if (class_exists(PDOConnection::class) && ! $this->isPersistentConnection($options)) {
67▕ return new PDOConnection($dsn, $username, $password, $options);
68▕ }
69▕
➜ 70▕ return new PDO($dsn, $username, $password, $options);
71▕ }
72▕
73▕ /**
74▕ * Determine if the connection is persistent.

  +19 vendor frames 

20 artisan:37
Illuminate\Foundation\Console\Kernel::handle()

Hi @Mohamed_Adly, and welcome to our community.

I’m sorry that you are encountering an issue while trying to install Forest Admin. You have provided little context for me to be certain, but the following error :
SQLSTATE[HY000] [1045] Access denied for user ‘forge’@‘localhost’ (using password: NO)
seem to indicate that you cannot connect to your local database.

Can you please make sure that the credentials provided are correct and that the profile used has enough rights to access the data ?
If the issue persists thank you to provide more details: your technical stack, your environment, which step of the onboarding you are stuck at, what you have tried, and so on…
Thanks,

Nicolas