From 056c526753961726ddf0a61fbebbe82f790cf974 Mon Sep 17 00:00:00 2001 From: John Nduli Date: Mon, 19 Aug 2024 18:29:40 +0300 Subject: docs: add note for 500 internal server error --- topics/authentication/development-guide.gmi | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/topics/authentication/development-guide.gmi b/topics/authentication/development-guide.gmi index 3c6e4ea..840c26b 100644 --- a/topics/authentication/development-guide.gmi +++ b/topics/authentication/development-guide.gmi @@ -1,4 +1,11 @@ -# FAQs +# GN-AUTH FAQ + +## Tags + +* type: docs, documentation +* status: ongoing, open +* keywords: authentication, authorisation, docs, documentation +* author: @jnduli ## Quick configuration for local development @@ -47,3 +54,7 @@ FLASK_DEBUG=1 AUTHLIB_INSECURE_TRANSPORT=1 OAUTHLIB_INSECURE_TRANSPORT=1 \ ``` This will update your clients list to have all the related urls we want. + +## 500 Server Error: INTERNAL SERVER ERROR + +When you see the error: `500 Server Error: INTERNAL SERVER ERROR for url: http://localhost:8081/auth/token`, restart the gn2 server. -- cgit v1.2.3