when I run `nhost dev --debug` > Initializing Hasura client > start timeout is set to 10m0s > Stopping docker compose > Starting docker compose > Starting functions > Starting postgres, graphql containers... > Waiting for the graphql service to be ready > Waiting for all containers to be up and running I see `nhost/hasura-storage` servcice failed in docker-compose, some logs like: ``` 2022-12-01 00:29:13 problem reading : Config File "hasura-storage" Not Found in "[/]" 2022-12-01 00:29:13 time="2022-11-30T16:29:13Z" level=info msg="storage version 0.3.0" 2022-12-01 00:29:13 time="2022-11-30T16:29:13Z" level=debug msg=parameters bind=":8576" debug=true hasura-endpoint="http://graphql:8080/v1" hasura-metadata=true postgres-migrations=true s3-bucket=nhost s3-endpoint="http://minio:9000" s3-region=no-region s3-root-folder= trusted-proxies="[]" 2022-12-01 00:29:13 time="2022-11-30T16:29:13Z" level=info msg="applying postgres migrations" 2022-12-01 00:29:13 time="2022-11-30T16:29:13Z" level=info msg="applying hasura metadata" 2022-12-01 00:29:13 time="2022-11-30T16:29:13Z" level=error msg="problem applying hasura metadata: problem adding metadata for the buckets table: status_code: 502\nresponse: "``` how to fix this problem? I can not run nhost local.
Last active 3 months ago
10 replies
11 views
- LE
when I run
nhost dev --debug
> Initializing Hasura client
> start timeout is set to 10m0s
> Stopping docker compose
> Starting docker compose
> Starting functions
> Starting postgres, graphql containers…
> Waiting for the graphql service to be ready
> Waiting for all containers to be up and runningI see
nhost/hasura-storage
servcice failed in docker-compose, some logs like:2022-12-01 00:29:13 problem reading : Config File "hasura-storage" Not Found in "[/]" 2022-12-01 00:29:13 time="2022-11-30T16:29:13Z" level=info msg="storage version 0.3.0" 2022-12-01 00:29:13 time="2022-11-30T16:29:13Z" level=debug msg=parameters bind=":8576" debug=true hasura-endpoint="http://graphql:8080/v1" hasura-metadata=true postgres-migrations=true s3-bucket=nhost s3-endpoint="http://minio:9000" s3-region=no-region s3-root-folder= trusted-proxies="[]" 2022-12-01 00:29:13 time="2022-11-30T16:29:13Z" level=info msg="applying postgres migrations" 2022-12-01 00:29:13 time="2022-11-30T16:29:13Z" level=info msg="applying hasura metadata" 2022-12-01 00:29:13 time="2022-11-30T16:29:13Z" level=error msg="problem applying hasura metadata: problem adding metadata for the buckets table: status_code: 502\nresponse: "
how to fix this problem? I can not run nhost local.
- EL
hmm
- EL
Was this on a new Nhost project?
- EL
You can try to delete the
.nhost
folder (notice the.
in the beginning) and runnhost up
again.Just note that all local data will be cleared when doing so.
- LE
neither local without remote or with remote ,got the same error
- LE
run on mac os (Inter)
- EL
Strange, can you please create an issue on GitHub?
- EL
https://github.com/nhost/cli
- LE
https://github.com/nhost/cli/issues/466
- EL
Thank you!
Last active 3 months ago
10 replies
11 views