You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the plugin, generated a hash, and added the user information to my metadata.json file. Whenever I enter my account information and click the "Log In" button I am taken to the standard "Error 500" page with no information in the red box to indicate what the error is. In the Datasette output, all I see is this:
INFO: 192.168.1.1:4240 - "POST /-/login HTTP/1.1" 500 Internal Server Error
I am running Datasette on a Windows 10 desktop. Here is the script that launches Datasette (some things replaced to avoid exposure):
@echo off
set PASSWORD_HASH_replacedusername="<hash generated by plugin and surrounded by double quotes>"
datasette <path to db file> --metadata metadata.json -h 0.0.0.0 --ssl-keyfile <path to key file> --ssl-certfile <path to cert file> >> datasette.log 2>&1
I did try surrounding the hash value in the above script with single-quotes instead of double-quotes, to no effect.
Hello,
I installed the plugin, generated a hash, and added the user information to my
metadata.json
file. Whenever I enter my account information and click the "Log In" button I am taken to the standard "Error 500" page with no information in the red box to indicate what the error is. In the Datasette output, all I see is this:INFO: 192.168.1.1:4240 - "POST /-/login HTTP/1.1" 500 Internal Server Error
I am running Datasette on a Windows 10 desktop. Here is the script that launches Datasette (some things replaced to avoid exposure):
I did try surrounding the hash value in the above script with single-quotes instead of double-quotes, to no effect.
Here is the output of "/-/plugins":
Here is the output of "/-/metadata" (replaced a few values that I didn't want exposed):
Here is the output of "/-/versions":
Any help/insight you can offer would be appreciated. Thanks!
Luc
The text was updated successfully, but these errors were encountered: