Hi everyone,
this is not a question, just wanted to share a problem I’ve had. Maybe this time it will be possible to check this error with google
Problem
To start installation the password from SetupPassword.txt file is required, but the file is missing.
Solution
-
Go to the “
installation-folder(roor)/Data/
” and create an empty file with the same name (SetupPassword.txt). -
Open your console and type
docker-compose exec neos cat /app/Data/SetupPassword.txt
Your password will be displayed in console.
Hopefully this could help someone!