activating desktop client not working #827
theresistance2
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
Install via umbrelOS app store went flawless, the app works awesome in browser too, but when following the tutorial to activate the desktop client, i cant get it to work:
Step 9: https://docs.solidtime.io/self-hosting/guides/docker
if i enter the command in the solidtime folder, i get this warnings and it fails:
`mbrel@umbrel:~/umbrel/app-data/solidtime$ docker compose exec scheduler php artisan passport:client --name=desktop --redirect_uri=solidtime://oauth/callback --public -n
WARN[0000] The "APP_DATA_DIR" variable is not set. Defaulting to a blank string.
WARN[0000] The "APP_DATA_DIR" variable is not set. Defaulting to a blank string.
WARN[0000] The "DEVICE_DOMAIN_NAME" variable is not set. Defaulting to a blank string.
WARN[0000] The "DEVICE_DOMAIN_NAME" variable is not set. Defaulting to a blank string.
WARN[0000] The "APP_DATA_DIR" variable is not set. Defaulting to a blank string.
WARN[0000] The "APP_DATA_DIR" variable is not set. Defaulting to a blank string.
WARN[0000] The "APP_DATA_DIR" variable is not set. Defaulting to a blank string.
WARN[0000] The "DEVICE_DOMAIN_NAME" variable is not set. Defaulting to a blank string.
WARN[0000] The "APP_DATA_DIR" variable is not set. Defaulting to a blank string.
WARN[0000] The "APP_DATA_DIR" variable is not set. Defaulting to a blank string.
service "app_proxy" has neither an image nor a build context specified: invalid compose project`
How can i get this to run?
Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions