This commit is contained in:
moaxey 2018-04-17 22:34:24 +00:00 committed by admin
parent 8a681bad73
commit ef297b2ecb

View file

@ -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.