This commit is contained in:
@@ -8,14 +8,15 @@ SPLIT THIS OUT INTO MULTIPLE PAGES LIKE WINDOWS
|
||||
//#################################### LINUX DESKTOP ################################
|
||||
|
||||
todo: error rendering needs fix:
|
||||
|
||||
1638924788467|API error: status=400, statusText=Bad Request, url=http://localhost:7575/api/v8.0/report/render
|
||||
1638924788636|Vue error:
|
||||
2030 - Invalid operation
|
||||
Failed to launch browser! [1207/165308.271638:ERROR:zygote_host_impl_linux.cc(90)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
|
||||
|
||||
It needs this command line lo.Args = new string[] { $"--disable-dev-shm-usage --no-sandbox --disable-gpu --no-zygote " };
|
||||
I think the best thing to do is make it yet another server config because it's super likely that it will need to be tweaked in future, best to make it just settable and default it to above
|
||||
{"error":{"code":"2030","message":"Access to the path '/usr/bin/ayanova/~/.ayanova-data/temp/u5xaufhyksh.pdf' is denied."}}
|
||||
config.json is:
|
||||
{
|
||||
"AYANOVA_USE_URLS": "http://*:7575",
|
||||
"AYANOVA_DB_CONNECTION":"Server=localhost;Username=postgres;Password=letmein;Database=AyaNova;",
|
||||
"AYANOVA_DEFAULT_TRANSLATION":"en",
|
||||
"AYANOVA_DATA_PATH":"~/.ayanova-data",
|
||||
"AYANOVA_LOG_LEVEL": "Info"
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user