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
When I am entering my password in the top right corner of the screen I will receive the error message:
Error 500 - Internal Server Error
Can't use an undefined value as a HASH reference at /srv/webkeepass/WebKeePass/bin/../lib/WebKeePass.pm line 49.
Powered by Dancer2 0.159003
When I open up the file I will see the following on line 49:
my $keepass_file = setting('application')->{'db_file'};
In the file /srv/webkeepass/WebKeePass/environments/development.yml the following is filled in:
logger: "console"
log: "debug"
show_errors: 1
session: "Simple"
application:
db_file: './t/weslor.kdbx'
I guess something has to be filled in on line application, but I am unsure what.
Could you please provide me with a solution? I am very curious about WebKeePass' features.
Kind regards,
Lorenzo
The text was updated successfully, but these errors were encountered:
Hello there,
When I am entering my password in the top right corner of the screen I will receive the error message:
Error 500 - Internal Server Error
Can't use an undefined value as a HASH reference at /srv/webkeepass/WebKeePass/bin/../lib/WebKeePass.pm line 49.
Powered by Dancer2 0.159003
When I open up the file I will see the following on line 49:
my $keepass_file = setting('application')->{'db_file'};
In the file /srv/webkeepass/WebKeePass/environments/development.yml the following is filled in:
logger: "console"
log: "debug"
show_errors: 1
session: "Simple"
application:
db_file: './t/weslor.kdbx'
I guess something has to be filled in on line application, but I am unsure what.
Could you please provide me with a solution? I am very curious about WebKeePass' features.
Kind regards,
Lorenzo
The text was updated successfully, but these errors were encountered: