diff options
author | Pjotr Prins | 2024-04-05 12:41:19 +0200 |
---|---|---|
committer | Pjotr Prins | 2024-04-05 12:41:19 +0200 |
commit | 4f3da9cddc6064d6fd4e60612ae7dd0d1f552602 (patch) | |
tree | c2b8595fdcc8ad1d5d1f8c89094044b7619be97e /issues/systems | |
parent | 1ef47f9a42a00a6edb038c9595902a7c091796a9 (diff) | |
download | gn-gemtext-4f3da9cddc6064d6fd4e60612ae7dd0d1f552602.tar.gz |
Fallback and debugging
Diffstat (limited to 'issues/systems')
-rw-r--r-- | issues/systems/fallback-errors.gmi | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/issues/systems/fallback-errors.gmi b/issues/systems/fallback-errors.gmi index 3c44e50..ed80c8e 100644 --- a/issues/systems/fallback-errors.gmi +++ b/issues/systems/fallback-errors.gmi @@ -18,7 +18,8 @@ Note that some issues may be related to production (i.e. the same). Note also I * [X] 502 timeout errors * [X] Rqtl2 not working -* [ ] 413 error +* [X] 413 error +* [ ] BNW error * [ ] Monitor service - both systemd and sheepdog * [ ] Files in /tmp @@ -174,12 +175,14 @@ has links to We can't use those because the SHA may change. So we have to host a local copy. That is fine. -## 413 Request Entity Too Large +## 413 Request Entity Too Large (fixed) On mapping from => https://fallback.genenetwork.org/show_trait?trait_id=10002&dataset=HET3-ITPPublish +This resolved itself - probably a permission issue. + ## Files generated in /tmp (later) Not unique file names appearing in TMPDIR: @@ -211,3 +214,13 @@ The following button does not display: ``` it is part of font-awesome and apparently not loaded properly. Actually the stylesheet is loaded twice(!) in mapping_results.html AND we use two different class names (fas and fa). Changing the class name fixed it. + +# BNW gives a jquery error + +This is probably a jquery update is causing + +``` +Uncaught TypeError: data1.join is not a function + <anonymous> https://bnw.genenetwork.org/sourcecodes/layout_cyto.php?My_key=jFv:102 + jQuery 4 +``` |