Hello Lawrence,
Thanks for this great post!
I am using an ubuntu 16.04 gcp machine and did deploy
ginkgo master on it.
For the notes feature I followed exactly the same steps as in your post and everything from the installation part went well.
The problem is that I can not access any dashboard. Every webservice is timedout and a blank page appears after.
I did insert the following at
server-vars.yml :
EDXAPP_ENABLE_EDXNOTES: true
EDXAPP_FEATURES:
ENABLE_EDXNOTES: "{{ EDXAPP_ENABLE_EDXNOTES }}"
EDXAPP_EDXNOTES_PUBLIC_API: http://edxtest.ml:18120/api/v1
EDXAPP_EDXNOTES_INTERNAL_API: http://edxtest.ml:18120/api/v1
lms_env_config:
EDXNOTES_PUBLIC_API: "{{ EDXAPP_EDXNOTES_PUBLIC_API }}"
EDXNOTES_INTERNAL_API: "{{ EDXAPP_EDXNOTES_INTERNAL_API }}" All the assets are updated successfully and all the migrations are done successfully.
I did set notes as true even in cms.env.json, lms/envc/common.py and cms/envs/common.py .
All openedx services are up and running including notes_api. I can not see any error from the logs.
Any idea why this problem occurs?
Thank you !