Open MarvinKweyu opened 3 years ago
Same issue ... any answer ? thank you
Illuminate\Database\QueryException: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name does not resolve (SQL: insert into users
(name
, email
, password
, updated_at
, created_at
) values (DO, developpeur, $2y$10$xecro9PtP0PeC0w2.tOg5.yKoFLeJSRsc2DICHH87aDamPTOioHd6, 2022-10-12 10:33:24, 2022-10-12 10:33:24)) in file /app/vendor/laravel/framework/src/Illuminate/Database/Connection.php on line 678
Make sure that you have the correct configuration in the .env file. In particular, pay attention to the username, password and host. It must agree with the configuration you made in docker-compose.yaml
A sample request for registration:
The output:
@scalablescripts Could you clarify on this?