Hi there,
First of all I am very impressed with both SemanticTurkey and VocBench and preparing docker container to make them available internally at department where I work (Technical University of Denmark, department for wind energy).
Due to several reasons I have been trying to have two separate docker images, one running solely VocBench (tomcat) while second running SemanticTurkey.
SemanticTurkey is accessible via
127.0.0.1:1979, while VocBench is accessible via
127.0.0.1:8080/vocbench. I've edited vbconfig.js stating explicitly st_host=127.0.0.1 and st_port=1979.
Once I launch VocBench (i.e. go to
127.0.0.1:8080/vocbench) I am prompted to register admin account. I register admin account, and get confirmation that the account has been made:

However, once I click OK, I get Access Denied message:

I am a bit puzzled why this is happening, VocBench and SemanticTurkey def communicate since if I go in VocBench cli I can see that the admin account has been made.