summary refs log tree commit diff
path: root/issues/gnqna
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-12-31 11:30:57 -0600
committerPjotr Prins2026-01-05 11:12:11 +0100
commitff692a939c954433c4e410cac919d0247492ebb1 (patch)
tree05bf6e249df7d46f286e8bd2e35e433978c4e8fd /issues/gnqna
parent6b696d18343b3a90eb892153d101a6b6a7c4d0ad (diff)
downloadgn-gemtext-ff692a939c954433c4e410cac919d0247492ebb1.tar.gz
Update issue with notes.
Diffstat (limited to 'issues/gnqna')
-rw-r--r--issues/gnqna/query-bug-DatabaseError.gmi19
1 files changed, 19 insertions, 0 deletions
diff --git a/issues/gnqna/query-bug-DatabaseError.gmi b/issues/gnqna/query-bug-DatabaseError.gmi
index 07d94e5..b8c1cfc 100644
--- a/issues/gnqna/query-bug-DatabaseError.gmi
+++ b/issues/gnqna/query-bug-DatabaseError.gmi
@@ -16,3 +16,22 @@
 * Observe the error "DatabaseError" with a status code of 500.
 
 Expected: Query returns a result.
+
+
+## Troubleshooting: 2025-10-27
+
+* GNQNA's deployment is not part of the gn-machine's definitions!
+
+## Troubleshooting: 2025-12-31
+
+If a user **IS NOT** logged in, the system responds with:
+
+```
+Search_Query:
+Status_Code: 500
+Error/Reason: Login/Verification required to make this request
+```
+
+On the other hand, if a user is logged in, a query returns a result.
+
+We, therefore, probably need to notify the user that they need to be logged in to use this service.