deep-foundation / deep-foundation/deeplinks
Initialization in Connector from `deepcase-app` in GitPod does not work
- Dominant language
- TypeScript
- Stars
- 13
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
```
gitpod /workspace/dev (main) $ cat /tmp/deep/deeplogs.txt
Deep-logs started... Hello bugfixers!
user: undefined
envs: {
"PATH": "/workspace/dev/packages/deepcase-app/node_modules/.bin:/workspace/dev/packages/node_modules/.bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/workspace/dev/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/workspace/dev/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/home/gitpod/.nvm/versions/node/v18.17.1/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/gitpod/.sdkman/candidates/maven/current/bin:/home/gitpod/.sdkman/candidates/java/current/bin:/home/gitpod/.sdkman/candidates/gradle/current/bin:/workspace/.cargo/bin:/home/gitpod/.rvm/gems/ruby-3.2.1/bin:/home/gitpod/.rvm/gems/ruby-3.2.1@global/bin:/home/gitpod/.rvm/rubies/ruby-3.2.1/bin:/home/gitpod/.pyenv/shims:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/workspace/go/bin:/home/gitpod/.nix-profile/bin:/ide/bin/remote-cli:/home/gitpod/go/bin:/home/gitpod/go-packages/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.yarn/bin:/home/gitpod/.pnpm:/home/gitpod/.pyenv/bin:/home/gitpod/.rvm/bin:/home/gitpod/.cargo/bin:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin/:/home/gitpod/.local/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.rvm/bin",
"DOCKERHOST": "10.0.5.2",
"DEEPLINKS_PORT": "3006",
"DEEPCASE_PORT": "3007",
"DEEPLINKS_PUBLIC_URL": "https://3006-deepfoundation-dev-nkgsmqmsohw.ws-eu105.gitpod.io",
"DEEPLINKS_HASURA_STORAGE_URL": "http://localhost:8000",
"RESTORE_VOLUME_FROM_SNAPSHOT": "1",
"MANUAL_MIGRATIONS": "0",
"npm_config_yes": "true",
"JWT_SECRET": "'{\"type\":\"HS256\",\"key\":\"3EK6FD+o0+c7tzBNVfjpMkNDi2yARAAKzQlk8O2IKoxQu4nF7EdAh8s3TwpHwrdWT6R\"}'",
"HASURA_GRAPHQL_DATABASE_URL": "postgres://postgres:postgrespassword@postgres:5432/postgres",
"HASURA_GRAPHQL_ENABLE_CONSOLE": "true",
"HASURA_GRAPHQL_DEV_MODE": "true",
"HASURA_GRAPHQL_LOG_LEVEL": "debug",
"HASURA_GRAPHQL_ENABLED_LOG_TYPES": "startup,http-log,webhook-log,websocket-log,query-log",
"HASURA_GRAPHQL_ADMIN_SECRET": "myadminsecretkey",
"HASURA_GRAPHQL_ENABLE_REMOTE_SCHEMA_PERMISSIONS": "true",
"HASURA_GRAPHQL_UNAUTHORIZED_ROLE": "undefined",
"POSTGRES_USER": "postgres",
"POSTGRES_PASSWORD": "postgrespassword",
"PGGSSENCMODE": "disable",
"PGSSLMODE": "disable",
"PGREQUIRESSL": "0",
"MINIO_ROOT_USER": "minioaccesskey",
"MINIO_ROOT_PASSWORD": "miniosecretkey",
"HASURA_STORAGE_DEBUG": "true",
"HASURA_METADATA": "1",
"HASURA_ENDPOINT": "http://host.docker.internal:8080/v1",
"S3_ENDPOINT": "http://host.docker.internal:9000",
"S3_ACCESS_KEY": "minioaccesskey",
"S3_SECRET_KEY": "miniosecretkey",
"S3_BUCKET": "default",
"S3_ROOT_FOLDER": "default",
"POSTGRES_MIGRATIONS": "0",
"POSTGRES_MIGRATIONS_SOURCE": "postgres://postgres:postgrespassword@host.docker.internal:5432/postgres?sslmode=disable",
"MIGRATIONS_ID_TYPE_SQL": "bigint",
"MIGRATIONS_ID_TYPE_GQL": "bigint",
"MIGRATIONS_HASURA_SECRET": "myadminsecretkey",
"DEEPLINKS_HASURA_SECRET": "myadminsecretkey",
"MIGRATIONS_SCHEMA": "public",
"MIGRATIONS_RL_TABLE": "rl_example__links__reserved",
"MIGRATIONS_DATE_TYPE_SQL": "timestamp",
"RESERVED_LIFETIME_MS": "86400000",
"DOCKER_DEEPLINKS_URL": "http://host.docker.internal:3006",
"MIGRATIONS_DIR": "/tmp/deep",
"MIGRATIONS_HASURA_PATH": "$(gp url 8080)",
"DEEPLINKS_HASURA_PATH": "$(echo $(gp url 8080) | awk -F[/:] '{print $4}')",
"MIGRATIONS_HASURA_SSL": "1",
"DEEPLINKS_HASURA_SSL": "1",
"NEXT_PUBLIC_GQL_SSL": "1",
"NEXT_PUBLIC_DEEPLINKS_SERVER": "https://$(echo $(gp url 3007) | awk -F[/:] '{print $4}')",
"NEXT_PUBLIC_GQL_PATH": "$(echo $(gp url 3006) | awk -F[/:] '{print $4}')/gql",
"NEXT_PUBLIC_ENGINES": "1"
}
options: {
"operation": "init",
"envs": {
"PATH": "/workspace/dev/packages/deepcase-app/node_modules/.bin:/workspace/dev/packages/node_modules/.bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/workspace/dev/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/workspace/dev/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/home/gitpod/.nvm/versions/node/v18.17.1/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/gitpod/.sdkman/candidates/maven/current/bin:/home/gitpod/.sdkman/candidates/java/current/bin:/home/gitpod/.sdkman/candidates/gradle/current/bin:/workspace/.cargo/bin:/home/gitpod/.rvm/gems/ruby-3.2.1/bin:/home/gitpod/.rvm/gems/ruby-3.2.1@global/bin:/home/gitpod/.rvm/rubies/ruby-3.2.1/bin:/home/gitpod/.pyenv/shims:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/workspace/go/bin:/home/gitpod/.nix-profile/bin:/ide/bin/remote-cli:/home/gitpod/go/bin:/home/gitpod/go-packages/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.yarn/bin:/home/gitpod/.pnpm:/home/gitpod/.pyenv/bin:/home/gitpod/.rvm/bin:/home/gitpod/.cargo/bin:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin/:/home/gitpod/.local/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.rvm/bin"
}
}
isDeeplinksDocker: {
"result": 0
}
isDeepcaseDocker: {
"result": 0
}
PATH: '/workspace/dev/packages/deepcase-app/node_modules/.bin:/workspace/dev/packages/node_modules/.bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/workspace/dev/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/workspace/dev/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/home/gitpod/.nvm/versions/node/v18.17.1/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/gitpod/.sdkman/candidates/maven/current/bin:/home/gitpod/.sdkman/candidates/java/current/bin:/home/gitpod/.sdkman/candidates/gradle/current/bin:/workspace/.cargo/bin:/home/gitpod/.rvm/gems/ruby-3.2.1/bin:/home/gitpod/.rvm/gems/ruby-3.2.1@global/bin:/home/gitpod/.rvm/rubies/ruby-3.2.1/bin:/home/gitpod/.pyenv/shims:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/workspace/go/bin:/home/gitpod/.nix-profile/bin:/ide/bin/remote-cli:/home/gitpod/go/bin:/home/gitpod/go-packages/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.yarn/bin:/home/gitpod/.pnpm:/home/gitpod/.pyenv/bin:/home/gitpod/.rvm/bin:/home/gitpod/.cargo/bin:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin/:/home/gitpod/.local/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.rvm/bin'
engineStr: cd "/workspace/dev/packages/deepcase-app/node_modules/@deep-foundation/hasura/local/" && docker-compose -p deep stop postgres hasura && docker volume create deep-db-data && docker pull deepf/deeplinks:main
engine: {
"error": {
"code": 2,
"killed": false,
"signal": null,
"cmd": " export PATH='/workspace/dev/packages/deepcase-app/node_modules/.bin:/workspace/dev/packages/node_modules/.bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/workspace/dev/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/workspace/dev/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/home/gitpod/.nvm/versions/node/v18.17.1/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/gitpod/.sdkman/candidates/maven/current/bin:/home/gitpod/.sdkman/candidates/java/current/bin:/home/gitpod/.sdkman/candidates/gradle/current/bin:/workspace/.cargo/bin:/home/gitpod/.rvm/gems/ruby-3.2.1/bin:/home/gitpod/.rvm/gems/ruby-3.2.1@global/bin:/home/gitpod/.rvm/rubies/ruby-3.2.1/bin:/home/gitpod/.pyenv/shims:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/workspace/go/bin:/home/gitpod/.nix-profile/bin:/ide/bin/remote-cli:/home/gitpod/go/bin:/home/gitpod/go-packages/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.yarn/bin:/home/gitpod/.pnpm:/home/gitpod/.pyenv/bin:/home/gitpod/.rvm/bin:/home/gitpod/.cargo/bin:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin/:/home/gitpod/.local/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.rvm/bin' && export DOCKERHOST=10.0.5.2 && export DEEPLINKS_PORT=3006 && export DEEPCASE_PORT=3007 && export DEEPLINKS_PUBLIC_URL=https://3006-deepfoundation-dev-nkgsmqmsohw.ws-eu105.gitpod.io && export DEEPLINKS_HASURA_STORAGE_URL=http://localhost:8000 && export RESTORE_VOLUME_FROM_SNAPSHOT=1 && export MANUAL_MIGRATIONS=0 && export npm_config_yes=true && export JWT_SECRET='{\"type\":\"HS256\",\"key\":\"3EK6FD+o0+c7tzBNVfjpMkNDi2yARAAKzQlk8O2IKoxQu4nF7EdAh8s3TwpHwrdWT6R\"}' && export HASURA_GRAPHQL_DATABASE_URL=postgres://postgres:postgrespassword@postgres:5432/postgres && export HASURA_GRAPHQL_ENABLE_CONSOLE=true && export HASURA_GRAPHQL_DEV_MODE=true && export HASURA_GRAPHQL_LOG_LEVEL=debug && export HASURA_GRAPHQL_ENABLED_LOG_TYPES=startup,http-log,webhook-log,websocket-log,query-log && export HASURA_GRAPHQL_ADMIN_SECRET=myadminsecretkey && export HASURA_GRAPHQL_ENABLE_REMOTE_SCHEMA_PERMISSIONS=true && export HASURA_GRAPHQL_UNAUTHORIZED_ROLE=undefined && export POSTGRES_USER=postgres && export POSTGRES_PASSWORD=postgrespassword && export PGGSSENCMODE=disable && export PGSSLMODE=disable && export PGREQUIRESSL=0 && export MINIO_ROOT_USER=minioaccesskey && export MINIO_ROOT_PASSWORD=miniosecretkey && export HASURA_STORAGE_DEBUG=true && export HASURA_METADATA=1 && export HASURA_ENDPOINT=http://host.docker.internal:8080/v1 && export S3_ENDPOINT=http://host.docker.internal:9000 && export S3_ACCESS_KEY=minioaccesskey && export S3_SECRET_KEY=miniosecretkey && export S3_BUCKET=default && export S3_ROOT_FOLDER=default && export POSTGRES_MIGRATIONS=0 && export POSTGRES_MIGRATIONS_SOURCE=postgres://postgres:postgrespassword@host.docker.internal:5432/postgres?sslmode=disable && export MIGRATIONS_ID_TYPE_SQL=bigint && export MIGRATIONS_ID_TYPE_GQL=bigint && export MIGRATIONS_HASURA_SECRET=myadminsecretkey && export DEEPLINKS_HASURA_SECRET=myadminsecretkey && export MIGRATIONS_SCHEMA=public && export MIGRATIONS_RL_TABLE=rl_example__links__reserved && export MIGRATIONS_DATE_TYPE_SQL=timestamp && export RESERVED_LIFETIME_MS=86400000 && export DOCKER_DEEPLINKS_URL=http://host.docker.internal:3006 && export MIGRATIONS_DIR=/tmp/deep && export MIGRATIONS_HASURA_PATH=$(gp url 8080) && export DEEPLINKS_HASURA_PATH=$(echo $(gp url 8080) | awk -F[/:] '{print $4}') && export MIGRATIONS_HASURA_SSL=1 && export DEEPLINKS_HASURA_SSL=1 && export NEXT_PUBLIC_GQL_SSL=1 && export NEXT_PUBLIC_DEEPLINKS_SERVER=https://$(echo $(gp url 3007) | awk -F[/:] '{print $4}') && export NEXT_PUBLIC_GQL_PATH=$(echo $(gp url 3006) | awk -F[/:] '{print $4}')/gql && export NEXT_PUBLIC_ENGINES=1 && cd \"/workspace/dev/packages/deepcase-app/node_modules/@deep-foundation/hasura/local/\" && docker-compose -p deep stop postgres hasura && docker volume create deep-db-data && docker pull deepf/deeplinks:main",
"stdout": "",
"stderr": "/bin/sh: 1: cd: can't cd to /workspace/dev/packages/deepcase-app/node_modules/@deep-foundation/hasura/local/
"
}
}
user: undefined
envs: {
"PATH": "/workspace/dev/packages/deepcase-app/node_modules/.bin:/workspace/dev/packages/node_modules/.bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/workspace/dev/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/workspace/dev/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/home/gitpod/.nvm/versions/node/v18.17.1/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/gitpod/.sdkman/candidates/maven/current/bin:/home/gitpod/.sdkman/candidates/java/current/bin:/home/gitpod/.sdkman/candidates/gradle/current/bin:/workspace/.cargo/bin:/home/gitpod/.rvm/gems/ruby-3.2.1/bin:/home/gitpod/.rvm/gems/ruby-3.2.1@global/bin:/home/gitpod/.rvm/rubies/ruby-3.2.1/bin:/home/gitpod/.pyenv/shims:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/workspace/go/bin:/home/gitpod/.nix-profile/bin:/ide/bin/remote-cli:/home/gitpod/go/bin:/home/gitpod/go-packages/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.yarn/bin:/home/gitpod/.pnpm:/home/gitpod/.pyenv/bin:/home/gitpod/.rvm/bin:/home/gitpod/.cargo/bin:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin/:/home/gitpod/.local/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.rvm/bin",
"DOCKERHOST": "10.0.5.2",
"DEEPLINKS_PORT": "3006",
"DEEPCASE_PORT": "3007",
"DEEPLINKS_PUBLIC_URL": "https://3006-deepfoundation-dev-nkgsmqmsohw.ws-eu105.gitpod.io",
"DEEPLINKS_HASURA_STORAGE_URL": "http://localhost:8000",
"RESTORE_VOLUME_FROM_SNAPSHOT": "1",
"MANUAL_MIGRATIONS": "0",
"npm_config_yes": "true",
"JWT_SECRET": "'{\"type\":\"HS256\",\"key\":\"3EK6FD+o0+c7tzBNVfjpMkNDi2yARAAKzQlk8O2IKoxQu4nF7EdAh8s3TwpHwrdWT6R\"}'",
"HASURA_GRAPHQL_DATABASE_URL": "postgres://postgres:postgrespassword@postgres:5432/postgres",
"HASURA_GRAPHQL_ENABLE_CONSOLE": "true",
"HASURA_GRAPHQL_DEV_MODE": "true",
"HASURA_GRAPHQL_LOG_LEVEL": "debug",
"HASURA_GRAPHQL_ENABLED_LOG_TYPES": "startup,http-log,webhook-log,websocket-log,query-log",
"HASURA_GRAPHQL_ADMIN_SECRET": "myadminsecretkey",
"HASURA_GRAPHQL_ENABLE_REMOTE_SCHEMA_PERMISSIONS": "true",
"HASURA_GRAPHQL_UNAUTHORIZED_ROLE": "undefined",
"POSTGRES_USER": "postgres",
"POSTGRES_PASSWORD": "postgrespassword",
"PGGSSENCMODE": "disable",
"PGSSLMODE": "disable",
"PGREQUIRESSL": "0",
"MINIO_ROOT_USER": "minioaccesskey",
"MINIO_ROOT_PASSWORD": "miniosecretkey",
"HASURA_STORAGE_DEBUG": "true",
"HASURA_METADATA": "1",
"HASURA_ENDPOINT": "http://host.docker.internal:8080/v1",
"S3_ENDPOINT": "http://host.docker.internal:9000",
"S3_ACCESS_KEY": "minioaccesskey",
"S3_SECRET_KEY": "miniosecretkey",
"S3_BUCKET": "default",
"S3_ROOT_FOLDER": "default",
"POSTGRES_MIGRATIONS": "0",
"POSTGRES_MIGRATIONS_SOURCE": "postgres://postgres:postgrespassword@host.docker.internal:5432/postgres?sslmode=disable",
"MIGRATIONS_ID_TYPE_SQL": "bigint",
"MIGRATIONS_ID_TYPE_GQL": "bigint",
"MIGRATIONS_HASURA_SECRET": "myadminsecretkey",
"DEEPLINKS_HASURA_SECRET": "myadminsecretkey",
"MIGRATIONS_SCHEMA": "public",
"MIGRATIONS_RL_TABLE": "rl_example__links__reserved",
"MIGRATIONS_DATE_TYPE_SQL": "timestamp",
"RESERVED_LIFETIME_MS": "86400000",
"DOCKER_DEEPLINKS_URL": "http://host.docker.internal:3006",
"MIGRATIONS_DIR": "/tmp/deep",
"MIGRATIONS_HASURA_PATH": "$(gp url 8080)",
"DEEPLINKS_HASURA_PATH": "$(echo $(gp url 8080) | awk -F[/:] '{print $4}')",
"MIGRATIONS_HASURA_SSL": "1",
"DEEPLINKS_HASURA_SSL": "1",
"NEXT_PUBLIC_GQL_SSL": "1",
"NEXT_PUBLIC_DEEPLINKS_SERVER": "https://$(echo $(gp url 3007) | awk -F[/:] '{print $4}')",
"NEXT_PUBLIC_GQL_PATH": "$(echo $(gp url 3006) | awk -F[/:] '{print $4}')/gql",
"NEXT_PUBLIC_ENGINES": "1"
}
options: {
"operation": "migrate",
"envs": {
"PATH": "/workspace/dev/packages/deepcase-app/node_modules/.bin:/workspace/dev/packages/node_modules/.bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/workspace/dev/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/workspace/dev/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/home/gitpod/.nvm/versions/node/v18.17.1/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/gitpod/.sdkman/candidates/maven/current/bin:/home/gitpod/.sdkman/candidates/java/current/bin:/home/gitpod/.sdkman/candidates/gradle/current/bin:/workspace/.cargo/bin:/home/gitpod/.rvm/gems/ruby-3.2.1/bin:/home/gitpod/.rvm/gems/ruby-3.2.1@global/bin:/home/gitpod/.rvm/rubies/ruby-3.2.1/bin:/home/gitpod/.pyenv/shims:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/workspace/go/bin:/home/gitpod/.nix-profile/bin:/ide/bin/remote-cli:/home/gitpod/go/bin:/home/gitpod/go-packages/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.yarn/bin:/home/gitpod/.pnpm:/home/gitpod/.pyenv/bin:/home/gitpod/.rvm/bin:/home/gitpod/.cargo/bin:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin/:/home/gitpod/.local/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.rvm/bin"
}
}
isDeeplinksDocker: {
"result": 0
}
isDeepcaseDocker: {
"result": 0
}
PATH: '/workspace/dev/packages/deepcase-app/node_modules/.bin:/workspace/dev/packages/node_modules/.bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/workspace/dev/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/workspace/dev/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/home/gitpod/.nvm/versions/node/v18.17.1/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/gitpod/.sdkman/candidates/maven/current/bin:/home/gitpod/.sdkman/candidates/java/current/bin:/home/gitpod/.sdkman/candidates/gradle/current/bin:/workspace/.cargo/bin:/home/gitpod/.rvm/gems/ruby-3.2.1/bin:/home/gitpod/.rvm/gems/ruby-3.2.1@global/bin:/home/gitpod/.rvm/rubies/ruby-3.2.1/bin:/home/gitpod/.pyenv/shims:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/workspace/go/bin:/home/gitpod/.nix-profile/bin:/ide/bin/remote-cli:/home/gitpod/go/bin:/home/gitpod/go-packages/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.yarn/bin:/home/gitpod/.pnpm:/home/gitpod/.pyenv/bin:/home/gitpod/.rvm/bin:/home/gitpod/.cargo/bin:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin/:/home/gitpod/.local/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.rvm/bin'
engineStr: cd "/workspace/dev/packages/deepcase-app/node_modules/@deep-foundation/hasura/local/" && mkdir -p /tmp/deep && docker run -v "/tmp/deep":/migrations -v deep-db-data:/data --rm --name links --entrypoint "sh" deepf/deeplinks:main -c "cd / && tar xf /backup/volume.tar --strip 1 && cp /backup/.migrate /migrations/.migrate"
engine: {
"error": {
"code": 2,
"killed": false,
"signal": null,
"cmd": " export PATH='/workspace/dev/packages/deepcase-app/node_modules/.bin:/workspace/dev/packages/node_modules/.bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/workspace/dev/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/workspace/dev/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/home/gitpod/.nvm/versions/node/v18.17.1/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/gitpod/.sdkman/candidates/maven/current/bin:/home/gitpod/.sdkman/candidates/java/current/bin:/home/gitpod/.sdkman/candidates/gradle/current/bin:/workspace/.cargo/bin:/home/gitpod/.rvm/gems/ruby-3.2.1/bin:/home/gitpod/.rvm/gems/ruby-3.2.1@global/bin:/home/gitpod/.rvm/rubies/ruby-3.2.1/bin:/home/gitpod/.pyenv/shims:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/workspace/go/bin:/home/gitpod/.nix-profile/bin:/ide/bin/remote-cli:/home/gitpod/go/bin:/home/gitpod/go-packages/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.yarn/bin:/home/gitpod/.pnpm:/home/gitpod/.pyenv/bin:/home/gitpod/.rvm/bin:/home/gitpod/.cargo/bin:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin/:/home/gitpod/.local/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.rvm/bin' && export DOCKERHOST=10.0.5.2 && export DEEPLINKS_PORT=3006 && export DEEPCASE_PORT=3007 && export DEEPLINKS_PUBLIC_URL=https://3006-deepfoundation-dev-nkgsmqmsohw.ws-eu105.gitpod.io && export DEEPLINKS_HASURA_STORAGE_URL=http://localhost:8000 && export RESTORE_VOLUME_FROM_SNAPSHOT=1 && export MANUAL_MIGRATIONS=0 && export npm_config_yes=true && export JWT_SECRET='{\"type\":\"HS256\",\"key\":\"3EK6FD+o0+c7tzBNVfjpMkNDi2yARAAKzQlk8O2IKoxQu4nF7EdAh8s3TwpHwrdWT6R\"}' && export HASURA_GRAPHQL_DATABASE_URL=postgres://postgres:postgrespassword@postgres:5432/postgres && export HASURA_GRAPHQL_ENABLE_CONSOLE=true && export HASURA_GRAPHQL_DEV_MODE=true && export HASURA_GRAPHQL_LOG_LEVEL=debug && export HASURA_GRAPHQL_ENABLED_LOG_TYPES=startup,http-log,webhook-log,websocket-log,query-log && export HASURA_GRAPHQL_ADMIN_SECRET=myadminsecretkey && export HASURA_GRAPHQL_ENABLE_REMOTE_SCHEMA_PERMISSIONS=true && export HASURA_GRAPHQL_UNAUTHORIZED_ROLE=undefined && export POSTGRES_USER=postgres && export POSTGRES_PASSWORD=postgrespassword && export PGGSSENCMODE=disable && export PGSSLMODE=disable && export PGREQUIRESSL=0 && export MINIO_ROOT_USER=minioaccesskey && export MINIO_ROOT_PASSWORD=miniosecretkey && export HASURA_STORAGE_DEBUG=true && export HASURA_METADATA=1 && export HASURA_ENDPOINT=http://host.docker.internal:8080/v1 && export S3_ENDPOINT=http://host.docker.internal:9000 && export S3_ACCESS_KEY=minioaccesskey && export S3_SECRET_KEY=miniosecretkey && export S3_BUCKET=default && export S3_ROOT_FOLDER=default && export POSTGRES_MIGRATIONS=0 && export POSTGRES_MIGRATIONS_SOURCE=postgres://postgres:postgrespassword@host.docker.internal:5432/postgres?sslmode=disable && export MIGRATIONS_ID_TYPE_SQL=bigint && export MIGRATIONS_ID_TYPE_GQL=bigint && export MIGRATIONS_HASURA_SECRET=myadminsecretkey && export DEEPLINKS_HASURA_SECRET=myadminsecretkey && export MIGRATIONS_SCHEMA=public && export MIGRATIONS_RL_TABLE=rl_example__links__reserved && export MIGRATIONS_DATE_TYPE_SQL=timestamp && export RESERVED_LIFETIME_MS=86400000 && export DOCKER_DEEPLINKS_URL=http://host.docker.internal:3006 && export MIGRATIONS_DIR=/tmp/deep && export MIGRATIONS_HASURA_PATH=$(gp url 8080) && export DEEPLINKS_HASURA_PATH=$(echo $(gp url 8080) | awk -F[/:] '{print $4}') && export MIGRATIONS_HASURA_SSL=1 && export DEEPLINKS_HASURA_SSL=1 && export NEXT_PUBLIC_GQL_SSL=1 && export NEXT_PUBLIC_DEEPLINKS_SERVER=https://$(echo $(gp url 3007) | awk -F[/:] '{print $4}') && export NEXT_PUBLIC_GQL_PATH=$(echo $(gp url 3006) | awk -F[/:] '{print $4}')/gql && export NEXT_PUBLIC_ENGINES=1 && cd \"/workspace/dev/packages/deepcase-app/node_modules/@deep-foundation/hasura/local/\" && mkdir -p /tmp/deep && docker run -v \"/tmp/deep\":/migrations -v deep-db-data:/data --rm --name links --entrypoint \"sh\" deepf/deeplinks:main -c \"cd / && tar xf /backup/volume.tar --strip 1 && cp /backup/.migrate /migrations/.migrate\"",
"stdout": "",
"stderr": "/bin/sh: 1: cd: can't cd to /workspace/dev/packages/deepcase-app/node_modules/@deep-foundation/hasura/local/
"
}
}
user: undefined
envs: {
"PATH": "/workspace/dev/packages/deepcase-app/node_modules/.bin:/workspace/dev/packages/node_modules/.bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/workspace/dev/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/workspace/dev/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/home/gitpod/.nvm/versions/node/v18.17.1/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/gitpod/.sdkman/candidates/maven/current/bin:/home/gitpod/.sdkman/candidates/java/current/bin:/home/gitpod/.sdkman/candidates/gradle/current/bin:/workspace/.cargo/bin:/home/gitpod/.rvm/gems/ruby-3.2.1/bin:/home/gitpod/.rvm/gems/ruby-3.2.1@global/bin:/home/gitpod/.rvm/rubies/ruby-3.2.1/bin:/home/gitpod/.pyenv/shims:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/workspace/go/bin:/home/gitpod/.nix-profile/bin:/ide/bin/remote-cli:/home/gitpod/go/bin:/home/gitpod/go-packages/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.yarn/bin:/home/gitpod/.pnpm:/home/gitpod/.pyenv/bin:/home/gitpod/.rvm/bin:/home/gitpod/.cargo/bin:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin/:/home/gitpod/.local/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.rvm/bin",
"DOCKERHOST": "10.0.5.2",
"DEEPLINKS_PORT": "3006",
"DEEPCASE_PORT": "3007",
"DEEPLINKS_PUBLIC_URL": "https://3006-deepfoundation-dev-nkgsmqmsohw.ws-eu105.gitpod.io",
"DEEPLINKS_HASURA_STORAGE_URL": "http://localhost:8000",
"RESTORE_VOLUME_FROM_SNAPSHOT": "1",
"MANUAL_MIGRATIONS": "0",
"npm_config_yes": "true",
"JWT_SECRET": "'{\"type\":\"HS256\",\"key\":\"3EK6FD+o0+c7tzBNVfjpMkNDi2yARAAKzQlk8O2IKoxQu4nF7EdAh8s3TwpHwrdWT6R\"}'",
"HASURA_GRAPHQL_DATABASE_URL": "postgres://postgres:postgrespassword@postgres:5432/postgres",
"HASURA_GRAPHQL_ENABLE_CONSOLE": "true",
"HASURA_GRAPHQL_DEV_MODE": "true",
"HASURA_GRAPHQL_LOG_LEVEL": "debug",
"HASURA_GRAPHQL_ENABLED_LOG_TYPES": "startup,http-log,webhook-log,websocket-log,query-log",
"HASURA_GRAPHQL_ADMIN_SECRET": "myadminsecretkey",
"HASURA_GRAPHQL_ENABLE_REMOTE_SCHEMA_PERMISSIONS": "true",
"HASURA_GRAPHQL_UNAUTHORIZED_ROLE": "undefined",
"POSTGRES_USER": "postgres",
"POSTGRES_PASSWORD": "postgrespassword",
"PGGSSENCMODE": "disable",
"PGSSLMODE": "disable",
"PGREQUIRESSL": "0",
"MINIO_ROOT_USER": "minioaccesskey",
"MINIO_ROOT_PASSWORD": "miniosecretkey",
"HASURA_STORAGE_DEBUG": "true",
"HASURA_METADATA": "1",
"HASURA_ENDPOINT": "http://host.docker.internal:8080/v1",
"S3_ENDPOINT": "http://host.docker.internal:9000",
"S3_ACCESS_KEY": "minioaccesskey",
"S3_SECRET_KEY": "miniosecretkey",
"S3_BUCKET": "default",
"S3_ROOT_FOLDER": "default",
"POSTGRES_MIGRATIONS": "0",
"POSTGRES_MIGRATIONS_SOURCE": "postgres://postgres:postgrespassword@host.docker.internal:5432/postgres?sslmode=disable",
"MIGRATIONS_ID_TYPE_SQL": "bigint",
"MIGRATIONS_ID_TYPE_GQL": "bigint",
"MIGRATIONS_HASURA_SECRET": "myadminsecretkey",
"DEEPLINKS_HASURA_SECRET": "myadminsecretkey",
"MIGRATIONS_SCHEMA": "public",
"MIGRATIONS_RL_TABLE": "rl_example__links__reserved",
"MIGRATIONS_DATE_TYPE_SQL": "timestamp",
"RESERVED_LIFETIME_MS": "86400000",
"DOCKER_DEEPLINKS_URL": "http://host.docker.internal:3006",
"MIGRATIONS_DIR": "/tmp/deep",
"MIGRATIONS_HASURA_PATH": "$(gp url 8080)",
"DEEPLINKS_HASURA_PATH": "$(echo $(gp url 8080) | awk -F[/:] '{print $4}')",
"MIGRATIONS_HASURA_SSL": "1",
"DEEPLINKS_HASURA_SSL": "1",
"NEXT_PUBLIC_GQL_SSL": "1",
"NEXT_PUBLIC_DEEPLINKS_SERVER": "https://$(echo $(gp url 3007) | awk -F[/:] '{print $4}')",
"NEXT_PUBLIC_GQL_PATH": "$(echo $(gp url 3006) | awk -F[/:] '{print $4}')/gql",
"NEXT_PUBLIC_ENGINES": "1"
}
options: {
"operation": "check",
"envs": {
"PATH": "/workspace/dev/packages/deepcase-app/node_modules/.bin:/workspace/dev/packages/node_modules/.bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/workspace/dev/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/workspace/dev/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/home/gitpod/.nvm/versions/node/v18.17.1/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/gitpod/.sdkman/candidates/maven/current/bin:/home/gitpod/.sdkman/candidates/java/current/bin:/home/gitpod/.sdkman/candidates/gradle/current/bin:/workspace/.cargo/bin:/home/gitpod/.rvm/gems/ruby-3.2.1/bin:/home/gitpod/.rvm/gems/ruby-3.2.1@global/bin:/home/gitpod/.rvm/rubies/ruby-3.2.1/bin:/home/gitpod/.pyenv/shims:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/workspace/go/bin:/home/gitpod/.nix-profile/bin:/ide/bin/remote-cli:/home/gitpod/go/bin:/home/gitpod/go-packages/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.yarn/bin:/home/gitpod/.pnpm:/home/gitpod/.pyenv/bin:/home/gitpod/.rvm/bin:/home/gitpod/.cargo/bin:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin/:/home/gitpod/.local/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.rvm/bin"
}
}
isDeeplinksDocker: {
"result": 0
}
isDeepcaseDocker: {
"result": 0
}
PATH: '/workspace/dev/packages/deepcase-app/node_modules/.bin:/workspace/dev/packages/node_modules/.bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/workspace/dev/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/workspace/dev/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/home/gitpod/.nvm/versions/node/v18.17.1/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/gitpod/.sdkman/candidates/maven/current/bin:/home/gitpod/.sdkman/candidates/java/current/bin:/home/gitpod/.sdkman/candidates/gradle/current/bin:/workspace/.cargo/bin:/home/gitpod/.rvm/gems/ruby-3.2.1/bin:/home/gitpod/.rvm/gems/ruby-3.2.1@global/bin:/home/gitpod/.rvm/rubies/ruby-3.2.1/bin:/home/gitpod/.pyenv/shims:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/workspace/go/bin:/home/gitpod/.nix-profile/bin:/ide/bin/remote-cli:/home/gitpod/go/bin:/home/gitpod/go-packages/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.yarn/bin:/home/gitpod/.pnpm:/home/gitpod/.pyenv/bin:/home/gitpod/.rvm/bin:/home/gitpod/.cargo/bin:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin/:/home/gitpod/.local/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.rvm/bin'
engineStr: cd "/workspace/dev/packages/deepcase-app/node_modules/@deep-foundation/deeplinks" && cd "/workspace/dev/packages/deepcase-app/node_modules/@deep-foundation/hasura/local/" && npm run docker-local && npx -q wait-on --timeout 100000 http-get://localhost:8080/healthz
engine: {
"error": {
"code": 2,
"killed": false,
"signal": null,
"cmd": " export PATH='/workspace/dev/packages/deepcase-app/node_modules/.bin:/workspace/dev/packages/node_modules/.bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/workspace/dev/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/workspace/dev/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/workspace/dev/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/home/gitpod/.nvm/versions/node/v18.17.1/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/gitpod/.sdkman/candidates/maven/current/bin:/home/gitpod/.sdkman/candidates/java/current/bin:/home/gitpod/.sdkman/candidates/gradle/current/bin:/workspace/.cargo/bin:/home/gitpod/.rvm/gems/ruby-3.2.1/bin:/home/gitpod/.rvm/gems/ruby-3.2.1@global/bin:/home/gitpod/.rvm/rubies/ruby-3.2.1/bin:/home/gitpod/.pyenv/shims:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/workspace/go/bin:/home/gitpod/.nix-profile/bin:/ide/bin/remote-cli:/home/gitpod/go/bin:/home/gitpod/go-packages/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.yarn/bin:/home/gitpod/.pnpm:/home/gitpod/.pyenv/bin:/home/gitpod/.rvm/bin:/home/gitpod/.cargo/bin:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin/:/home/gitpod/.local/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/gitpod/.nvm/versions/node/v18.17.1/bin:/home/gitpod/.rvm/bin' && export DOCKERHOST=10.0.5.2 && export DEEPLINKS_PORT=3006 && export DEEPCASE_PORT=3007 && export DEEPLINKS_PUBLIC_URL=https://3006-deepfoundation-dev-nkgsmqmsohw.ws-eu105.gitpod.io && export DEEPLINKS_HASURA_STORAGE_URL=http://localhost:8000 && export RESTORE_VOLUME_FROM_SNAPSHOT=1 && export MANUAL_MIGRATIONS=0 && export npm_config_yes=true && export JWT_SECRET='{\"type\":\"HS256\",\"key\":\"3EK6FD+o0+c7tzBNVfjpMkNDi2yARAAKzQlk8O2IKoxQu4nF7EdAh8s3TwpHwrdWT6R\"}' && export HASURA_GRAPHQL_DATABASE_URL=postgres://postgres:postgrespassword@postgres:5432/postgres && export HASURA_GRAPHQL_ENABLE_CONSOLE=true && export HASURA_GRAPHQL_DEV_MODE=true && export HASURA_GRAPHQL_LOG_LEVEL=debug && export HASURA_GRAPHQL_ENABLED_LOG_TYPES=startup,http-log,webhook-log,websocket-log,query-log && export HASURA_GRAPHQL_ADMIN_SECRET=myadminsecretkey && export HASURA_GRAPHQL_ENABLE_REMOTE_SCHEMA_PERMISSIONS=true && export HASURA_GRAPHQL_UNAUTHORIZED_ROLE=undefined && export POSTGRES_USER=postgres && export POSTGRES_PASSWORD=postgrespassword && export PGGSSENCMODE=disable && export PGSSLMODE=disable && export PGREQUIRESSL=0 && export MINIO_ROOT_USER=minioaccesskey && export MINIO_ROOT_PASSWORD=miniosecretkey && export HASURA_STORAGE_DEBUG=true && export HASURA_METADATA=1 && export HASURA_ENDPOINT=http://host.docker.internal:8080/v1 && export S3_ENDPOINT=http://host.docker.internal:9000 && export S3_ACCESS_KEY=minioaccesskey && export S3_SECRET_KEY=miniosecretkey && export S3_BUCKET=default && export S3_ROOT_FOLDER=default && export POSTGRES_MIGRATIONS=0 && export POSTGRES_MIGRATIONS_SOURCE=postgres://postgres:postgrespassword@host.docker.internal:5432/postgres?sslmode=disable && export MIGRATIONS_ID_TYPE_SQL=bigint && export MIGRATIONS_ID_TYPE_GQL=bigint && export MIGRATIONS_HASURA_SECRET=myadminsecretkey && export DEEPLINKS_HASURA_SECRET=myadminsecretkey && export MIGRATIONS_SCHEMA=public && export MIGRATIONS_RL_TABLE=rl_example__links__reserved && export MIGRATIONS_DATE_TYPE_SQL=timestamp && export RESERVED_LIFETIME_MS=86400000 && export DOCKER_DEEPLINKS_URL=http://host.docker.internal:3006 && export MIGRATIONS_DIR=/tmp/deep && export MIGRATIONS_HASURA_PATH=$(gp url 8080) && export DEEPLINKS_HASURA_PATH=$(echo $(gp url 8080) | awk -F[/:] '{print $4}') && export MIGRATIONS_HASURA_SSL=1 && export DEEPLINKS_HASURA_SSL=1 && export NEXT_PUBLIC_GQL_SSL=1 && export NEXT_PUBLIC_DEEPLINKS_SERVER=https://$(echo $(gp url 3007) | awk -F[/:] '{print $4}') && export NEXT_PUBLIC_GQL_PATH=$(echo $(gp url 3006) | awk -F[/:] '{print $4}')/gql && export NEXT_PUBLIC_ENGINES=1 && cd \"/workspace/dev/packages/deepcase-app/node_modules/@deep-foundation/deeplinks\" && cd \"/workspace/dev/packages/deepcase-app/node_modules/@deep-foundation/hasura/local/\" && npm run docker-local && npx -q wait-on --timeout 100000 http-get://localhost:8080/healthz",
"stdout": "",
"stderr": "/bin/sh: 1: cd: can't cd to /workspace/dev/packages/deepcase-app/node_modules/@deep-foundation/deeplinks
"
}
}
```
It might be connected to transition to `workspaces` in `dev` repository.
Here is a location of possible change:
https://github.com/deep-foundation/deeplinks/blob/808defe7615423f9c54c21fa8569e600069d86c8/imports/engine.ts#L114-L115
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.