After running the setup command: dotnet FileFlows.Server.dll I get these errors and it won't load in a browser.
Error: One or more errors occurred. (SQLite Error 1: 'no such table: DbObject'.)
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task1.GetResultCore(Boolean waitCompletionNotification)
at System.Threading.Tasks.Task
1.get_Result()
at FileFlows.Server.Program.PrepareDatabase() in /src/Server/Program.cs:line 261
at FileFlows.Server.Program.Main(String[] args) in /src/Server/Program.cs:line 106
Error -> Error: One or more errors occurred. (SQLite Error 1: 'no such table: DbObject'.)
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task1.GetResultCore(Boolean waitCompletionNotification)
at System.Threading.Tasks.Task
1.get_Result()
at FileFlows.Server.Program.PrepareDatabase() in /src/Server/Program.cs:line 261
at FileFlows.Server.Program.Main(String[] args) in /src/Server/Program.cs:line 106
2022-12-15 12:48:53.865 [ERRR] -> Error: One or more errors occurred. (SQLite Error 1: 'no such table: DbObject'.)
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task1.GetResultCore(Boolean waitCompletionNotification)
at System.Threading.Tasks.Task
1.get_Result()
at FileFlows.Server.Program.PrepareDatabase() in /src/Server/Program.cs:line 261
at FileFlows.Server.Program.Main(String[] args) in /src/Server/Program.cs:line 106