hello! have you reviewed your port setting on your firewall? for infrastructure are you using AWS or something else? if it turns out that your ports are not the problem then we can talk offline if you’d like.
Lawrence McDaniel __________________________________ 📡 Full-Stack Developer CV: lawrencemcdaniel.com | linkedin.com/in/lawrencemcdaniel Blog: blog.lawrencemcdaniel.com Code Samples: horrors.lawrencemcdaniel.com | github.com/lpm0073 Contact: [email protected] | USA: +1 (415) 766-9012 | MEX: +52 1 (55) 4388-3070 > On May 6, 2018, at 10:32, glocad <[email protected]> wrote: > > 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 ! > > -- > You received this message because you are subscribed to a topic in the Google > Groups "General Open edX discussion" group. > To view this discussion on the web visit > https://groups.google.com/d/msgid/edx-code/f7f61e4b-c0e5-4760-9d44-a4207454d6d7%40googlegroups.com > > <https://groups.google.com/d/msgid/edx-code/f7f61e4b-c0e5-4760-9d44-a4207454d6d7%40googlegroups.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "General Open edX discussion" group. To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/68EEFE57-1DD1-4D74-B0DF-1C4E7C973698%40gmail.com.
