Closed remillc closed 2 years ago
Adding new facets require changes to the format of Kerko's database. Thus, your issue is likely to be fixed after running make kerkoclean && make kerkosync
. If not, please let us know here.
The upcoming Kerko will output more useful error messages for this type of problem!
It worked, thanks!
For info, the kerkoapp isn't installed in a docker. We used a python virtual environment behind a WSGI server. So the command I used was ../bin/flask kerko clean
and ../bin/flask kerko sync
from the kerkoapp folder.
Hi,
I'm running Kerkoapp in a Docker container following the readme instructions on a Windows 10 station. The Kerkoapp app runs well with the defaults settings. The problem comes when I add a
KERKOAPP_COLLECTION_FACETS
variable to the .env file. There, the app shows an error page:Configs
Here are the infos to help reproduce the problem. It is a test library so I include the Zoreto API key:
Library: https://www.zotero.org/groups/4833782/test-remillc-2/library
.env
file:The API key is set for a Read/Write access to the
test-remillc-2 group
.Here is a full log:
Hoping to find some help!
Christian