git clone [infrastructure]
cd infrastructure
./setup-gaia-x.sh --- (replicates the project structure and pulls the main branch on all projects)
after 3. is successful run docker-compose up --build to build and launch (I changed the development to Ci Dockerfile.
Then I got this error.
By Nishant Madan on 2022-11-15T09:19:45 (imported from GitLab)
I can't seem to reproduce it. For now I can suggest, so it doesn't block you, that you can comment it out of the docker-compose (unless you specifically need an interface between OIDC and anoncreds). The principal manager maps the user info that comes from an OIDC token to a verifiable credential in the form of anoncreds.
By Boyan Tsolov on 2022-11-15T10:59:18 (imported from GitLab)
@sovrgn I want to tell you about the situation I'm facing. With dev/Dockerfile it is working fine but I'm getting the Postgres table/schema error which is but obvious that we're building the project for the first time and the tables are not present.
Nevertheless, when I changed the docker compose file with ci/Dockerfile. I'm getting the exact same error which I've shared with me.
So, I'm doing nothing special just trying to run the OCM project on my local.
Please do let me know what to do in such scenario? Because I've already gone through all the solutions that you've suggested in the other issues and, I am following the exact same steps that you've suggested.
By Nishant Madan on 2022-11-15T14:18:10 (imported from GitLab)