HI
For the ORCID error, you need to setup the kotahi linking to use the right IP address, in the ‘developer tools’ - https://orcid.org/developer-tools
I dont know what IP address you are using now, but if you want to use 192.168.0.73 , you set that up as the callback IP address.
What is ‘development.env’ ? Can you post it?
Hi,
Thanks for your reply,I changed the ip address in developer tool and here I post the development.env here.
export NODE_ENV=‘development’
export POSTGRES_USER=‘kotahi’
export POSTGRES_PASSWORD=‘password’
export POSTGRES_HOST=‘localhost’
export POSTGRES_DB=‘kotahi’
export POSTGRES_PORT=‘5433’
export PUBSWEET_SECRET=‘secret-key’
export ORCID_CLIENT_ID=‘APP-RQIEPIX4410G7WNY’
export ORCID_CLIENT_SECRET=‘3a547312-772c-43c5-9b0e-37575a38d904’
export SERVER_PORT=‘7007’
export CLIENT_PORT=‘4200’
export DOCKER_BUILDKIT=1
export COMPOSE_DOCKER_CLI_BUILD=1
yannis
January 11, 2021, 1:11pm
23
Just to clear up some confusion, you should not edit any of the config files that have been committed to the repo (eg. development.js
, custom-environment-variables.js
etc). The values should be only controlled via your environment variables (ie. your env
files, which are .gitignore
d).
I’m working on making xsweet conversions run as a separate service. I’ll post back here when there’s an update for that.
Hi yannis,
Thanks for the reply I’ll revert all the changes I made in those files.
Hi yannis,
Here we are waiting for the update about upload issue
Hi yannis,
We are waiting for the update
yannis
January 22, 2021, 2:58pm
27
What is expected here is the above. This is unfortunately not done yet. I’ll keep you posted.