Expose users interface in dashboard not working
Hello,
It seems that users interface in expose server dashboard is not working. I am not used with laravel and everything I tried to debug the application does not give any result.
I have the same issue.
The Shared sites, TCP connections and Settings views are working, but the Users view looks broken.
I have the same issue. The
Shared sites,TCP connectionsandSettingsviews are working, but theUsersview looks broken. I mange to make it work. I had to create and configure path to expose.db and after I shared a site it worked.
Hi! Make sure there is a sqlite database file configured and that the file actually exists.
If you're using the default Expose config, it should be in ~/.expose/expose.db. If that file doesn't exist, you can create it using touch ~/.expose/expose.db.
Hello @AlexVanderbist Still not working
same here, in docker
UPD
added a volume for /src/config/, there removed $SERVER['HOME'] in db path resolution and created .expose/expose.db in config dir. Now working
Closing this issue because it's old. Please feel free to open a new one if it's still relevant.