Hello, just installed Hestia to play around and here is the problem:
My data is:
data = {
'user': 'admin',
'passwrd': 'my_password',
'hash': 'access_code:blablabla',
'returncode': 'no',
'cmd': 'v-add-domain',
'arg1': 'admin',
'arg2': 'test.com'
}
And this request just crashed Hestia with no logs in any logfile.
Obviousely, I messed up auth params, now I don’t even undersand how to restart it