Sail Version
1.36.0
Laravel Version
11.28.1
PHP Version
8.3
Operating System
macOS
OS Version
15.4.1
Description
#785
Problem with APP_USER, works in all sail commands. But not for setting up new Sail Containers via sail up.
Just found this problem cause we used APP_USER env variable
Steps To Reproduce
Sett APP_USER=test
sail up
sail shell
unable to find user test: no matching entries in passwd file
sett APP_USER=sail
it works.