YunoHost-Apps / lxd-dashboard_ynh

LXD dashboard package for YunoHost
https://lxdware.com
GNU Affero General Public License v3.0
3 stars 2 forks source link

"Could not find driver" pop up on the registration page after install #19

Closed 4abhinavjain closed 7 months ago

4abhinavjain commented 9 months ago

Describe the bug

"Could not find driver" pop up on the registration page after install

Context

Steps to reproduce

Logs

Nothing in error.logs Not able to proceed with LXD Dashboard

image

valterbarreira commented 9 months ago

i also have this problem, why do we have this registration screen when during setup was asked for a admin user and password?

4abhinavjain commented 9 months ago

The latest version from last week (3.8.0) is broken.

I manually install the old October 23 commit from cli using

yunohost app install https://github.com/YunoHost-Apps/lxd-dashboard_ynh/tree/933699bfd3b8a0c050d1caaa3d3323627f389f15

Then it install and works fine and no registration details are asked and works with the supplied admin credentials. But if I upgrade it from yunohost GUI (i.e, the latest version) then it is broken again.

I suspect it has to be upgrading the package to php8, but I am not a developer so can't debug. For now, one can use the older branch (command above) to continue using it.

kay0u commented 9 months ago

https://github.com/YunoHost-Apps/lxd-dashboard_ynh/pull/20 should fix this issue

janbaum commented 2 weeks ago

Just installed LXD-Dashboard and encountered the same issue.

I setup a LXC container as described here with adjustments to the version numbers (v3.8.0) and latest Ubuntu 22.04

I installed php7.4 manually.

Exact same error as described above.

EDIT: Container is setup with Ubuntu 22.04, not 24.04