From ef297b2ecb9e04e4d32f3d7ecfef559d2f20ce42 Mon Sep 17 00:00:00 2001 From: moaxey Date: Tue, 17 Apr 2018 22:34:24 +0000 Subject: [PATCH] --- ..._webapp_on_debian_stretch_not_responding.mdwn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/bugs/Remote_webapp_on_debian_stretch_not_responding.mdwn diff --git a/doc/bugs/Remote_webapp_on_debian_stretch_not_responding.mdwn b/doc/bugs/Remote_webapp_on_debian_stretch_not_responding.mdwn new file mode 100644 index 0000000000..9109ae3464 --- /dev/null +++ b/doc/bugs/Remote_webapp_on_debian_stretch_not_responding.mdwn @@ -0,0 +1,16 @@ +In a fresh repository installation on debian stretch (arm) (git-annex version: 6.20170101) +the remote webapp will start and present the dashboard page, +however any request made by clicking any link does not receive a response. + +I have a workaround: to ssh into my server and access the webapp locally using lynx browser, and that does seem to work well. + +It presents me with a warning: + +warning + + WebApp crashed: xdg-open: createProcess: runInteractiveProcess: exec: + does not exist (No such file or directory) + +I'm not getting any errors, just the requests not returning responses. + +I'm pretty new to this software.