I was not successfull with sqlite so I cleared everything and run the setup configuring sql server.
I feel the setup did not complete succesfully as I got this:
Running Migrations...
Migration table created successfully.
Migration driver used: sqlsrv
Migration driver used: sqlsrv
Migration driver used: sqlsrv
SQLSTATE[42000]: [Microsoft][ODBC Driver 13 for SQL Server][SQL Server]Introduci
ng FOREIGN KEY constraint 'db_virtual_relationship_ref_service_id_foreign' on ta
ble 'db_virtual_relationship' may cause cycles or multiple cascade paths. Specif
y ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constr
aints. (SQL: alter table "db_virtual_relationship" add constraint "db_virtual_re
lationship_ref_service_id_foreign" foreign key ("ref_service_id") references "se
rvice" ("id") on delete cascade)
When I hit the /setup page I get to enter the admin info but then get an error. Logs states:local.ERROR: Symfony\Component\Debug\Exception\FatalThrowableError: Call to a member function getResource() on null in C:\...\vendor\dreamfactory\df-core\src\Models\BaseModel.php:761 ...
What can I try next?