summaryrefslogtreecommitdiff
path: root/issues/broken-cd.gmi
diff options
context:
space:
mode:
authorArun Isaac2022-07-08 18:54:11 +0530
committerArun Isaac2022-07-08 18:54:11 +0530
commita9d8c5ebec1261a90e2d089cbac8a63f8ecfc4f5 (patch)
tree3bd4c743bd7a803cc839b49abca88f1fddc92c11 /issues/broken-cd.gmi
parentf21248289489925bfa58920ddfd7c413218d9bb7 (diff)
downloadgn-gemtext-a9d8c5ebec1261a90e2d089cbac8a63f8ecfc4f5.tar.gz
Document partial resolution of the broken CD menus.
* issues/broken-cd.gmi (Resolution): New section.
Diffstat (limited to 'issues/broken-cd.gmi')
-rw-r--r--issues/broken-cd.gmi10
1 files changed, 10 insertions, 0 deletions
diff --git a/issues/broken-cd.gmi b/issues/broken-cd.gmi
index 2f2e248..6bcb61b 100644
--- a/issues/broken-cd.gmi
+++ b/issues/broken-cd.gmi
@@ -8,3 +8,13 @@ The continuous deployment (CD) of GeneNetwork2 at https://gn2dev.genenetwork.org
This bug is quite critical. Our CD is unusable without addressing this bug.
=> https://gn2dev.genenetwork.org/ GeneNetwork2 Continuous Deployment
+
+## Resolution
+
+It turned out that there were 3 issues at play here.
+
+* GN_SERVER_URL was not set in the CD. GN_SERVER_URL is required by the javascript to query the genenetwork3 API and populate the menu.
+* The mariadb socket was not accessible to the genenetwork3 process inside its container.
+* Cross-Origin Resource Sharing (CORS) was not allowed by the genenetwork3 server. Fred is now working on fixing this in the genenetwork3 code.
+
+* assigned: fredm