diff options
author | John Nduli | 2024-08-19 18:29:40 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-08-19 12:19:36 -0500 |
commit | 056c526753961726ddf0a61fbebbe82f790cf974 (patch) | |
tree | 778dbbe8ad2c884065ca08f762bc0df23d254c0a | |
parent | 9b52f1a65af80d75e8e85bdc2cf9e8c9924e2359 (diff) | |
download | gn-gemtext-056c526753961726ddf0a61fbebbe82f790cf974.tar.gz |
docs: add note for 500 internal server error
-rw-r--r-- | topics/authentication/development-guide.gmi | 13 |
1 files changed, 12 insertions, 1 deletions
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. |