Ritik shukla
Ritik shukla
@dmsimard No it's not same as #135 , in this issue I'm creating database in different machine , and copying db in local machine using distributed sqlite, but in #135...
@dmsimard FYI:When I copied the db in default location(root/.ara/server/ansible.sqlite) and distributed sqlite location(var/www/log/ara-report/ansible.sqlite) both, then only I'm able to see db of distributed sqlite in ARA web console.Please check it...
By changing `DATABASE_ENGINE: ara.server.db.backends.distributed_sqlite`, the server error is not anymore but still the HTML is not loading that I've mentioned in #135 ,please have a look on this it will...
@dmsimard when using distributed sqlite, I'm using prefix (ara-report) to dynamically load different databases for example: http://localhost/ara-report is working fine for me, but when I'm hitting the url http://localhost/ ,...
@dmsimard it would be better to display the list of sqlite database names in the home page.what do you think?
@dmsimard Moving conversation from from https://github.com/ansible-community/ara/issues/135 David: does it work if you add a trailing slash to the URL ? Me: After adding a trailing slash, it worked! Is this...