relation "users" does not exist #2830
-
Hi there! I'm rying to run haystack annotation tool loally. After running docker-compose up in the annotation_tool subfolder, I will be presented th login screen, just like in the handbook of the hosted service. I can't log into the service, can't register. The console log looks like this:
A failed login attempt looks like this:
I'm trying with:
running docker ps gives me:
and then docker exec -ti fecfb23f922d bash and psql -h localhost returns:
What am I doing wrong? It looks as if the postgresql is not properly configured. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@zebrassimo Then it should work. Official fix is underway, too. |
Beta Was this translation helpful? Give feedback.
-
@tstadel but I am still getting this error:
The UI doesn't work either. (UPDATE: The UI works after fixing the inbound port rules for the Azure VM to allow port 7001, so the tool itself works fine despite this error message.) How does one fix this? |
Beta Was this translation helpful? Give feedback.
@zebrassimo
thx for reporting. There's a bug within the docker-compose file.
As quickfix just correct the username of the following line to
somesafeuser
as this:test: "pg_isready --username=somesafeuser && psql --username=somesafeuser --list"
Then it should work. Official fix is underway, too.