Open Ruandv opened 1 year ago
It looks like this is your second account. When you create your first account, it receives the "owner" permission to the system. When you create your second account, it receives the "user" permission to the system. You can log in using "owner" account and grant permissions to the second account. On the top right corner, under your name, you see a "face", if you click it, you will see the list of registered accounts. In case if you forget the password of the first account (and assuming you didn't set up email server), the only option is to delete the database and register the first account again. To do it, you need to:
docker volume ls
docker volume rm compreface_110_postgres-data
Describe the bug
I created my account successfully but during the app creation I got errors in the developer console (did not take screenshots of the messages). Then I closed the browser and accessed the app again on port 8000 but now I am unable to create new applications.
I am logged in as the administrator account.
Expected behavior
I am expecting to see the 'Create' button somewhere on the left as described in the docs.
Screenshots
Desktop:
Logs
Run those commands and attach result to the ticket:
docker ps
docker-compose logs
docker.log