expose icon indicating copy to clipboard operation
expose copied to clipboard

Expose users interface in dashboard not working

Open danielrusu opened this issue 4 years ago • 5 comments

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.

danielrusu avatar Jun 23 '21 08:06 danielrusu

I have the same issue. The Shared sites, TCP connections and Settings views are working, but the Users view looks broken.

beebmx avatar Jun 25 '21 00:06 beebmx

I have the same issue. The Shared sites, TCP connections and Settings views are working, but the Users view 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.

danielrusu avatar Jun 25 '21 00:06 danielrusu

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.

AlexVanderbist avatar Jul 08 '21 14:07 AlexVanderbist

Hello @AlexVanderbist Still not working

donmbelembe avatar Sep 15 '21 10:09 donmbelembe

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

terion-name avatar Jun 24 '22 12:06 terion-name

Closing this issue because it's old. Please feel free to open a new one if it's still relevant.

sschlein avatar Dec 21 '23 13:12 sschlein