From 89afa440856c92e3bb0b57936a40e50da65df5f1 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 9 Oct 2023 06:51:44 +0300 Subject: issue: Update issue with troubleshooting notes. --- issues/add-to-collection-error.gmi | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'issues') diff --git a/issues/add-to-collection-error.gmi b/issues/add-to-collection-error.gmi index e131eb2..09de0ae 100644 --- a/issues/add-to-collection-error.gmi +++ b/issues/add-to-collection-error.gmi @@ -37,3 +37,21 @@ There is a chance the link above might eventually expire. If that happens, you c * Set "Location Type" = "Gene" * Click "Compute" * Continue with the steps in the section above + + +## Troubleshooting Notes + +The request uses the "GET" method: see +=> https://github.com/genenetwork/genenetwork2/blob/3ebf796f82797139b68f29e1e6a2323d60886539/wqflask/wqflask/collect.py#L118-L119 + +Some files that are concerned with the issue: + +=> https://github.com/genenetwork/genenetwork2/blob/3ebf796f82797139b68f29e1e6a2323d60886539/wqflask/wqflask/collect.py#L101-L108 + +=> https://github.com/genenetwork/genenetwork2/blob/3ebf796f82797139b68f29e1e6a2323d60886539/wqflask/wqflask/templates/collections/add.html#L8 + +=> https://github.com/genenetwork/genenetwork2/blob/3ebf796f82797139b68f29e1e6a2323d60886539/wqflask/wqflask/static/new/javascript/search_results.js#L192-L198 + +Probable solution: add `method="POST"` to the "