deep-foundation / hasura

The Unlicense
11 stars 4 forks source link

no such table/view exists in source: storage.buckets #20

Open Konard opened 5 months ago

Konard commented 5 months ago
problem reading : Config File "hasura-storage" Not Found in "[/]"
time="2024-04-28T13:38:32Z" level=info msg="storage version 0.2.3"
time="2024-04-28T13:38:32Z" level=debug msg=parameters bind=":8000" debug=true hasura-endpoint="http://host.docker.internal:8080/v1" hasura-metadata=true postgres-migrations=false s3-bucket=default s3-endpoint="http://host.docker.internal:9000" s3-region=no-region s3-root-folder=default trusted-proxies="[]"
time="2024-04-28T13:38:32Z" level=info msg="applying hasura metadata"
time="2024-04-28T13:38:33Z" level=error msg="problem applying hasura metadata: problem adding metadata for the buckets table: status_code: 400\nresponse: {\"internal\":[{\"definition\":{\"schema\":\"storage\",\"name\":\"buckets\"},\"reason\":\"Inconsistent object: no such table/view exists in source: \\\"storage.buckets\\\"\",\"name\":\"table storage.buckets in source default\",\"type\":\"table\"}],\"path\":\"$.args\",\"error\":\"Inconsistent object: no such table/view exists in source: \\\"storage.buckets\\\"\",\"code\":\"invalid-configuration\"}"
Konard commented 5 months ago

This may mean hasura-storage migration in deeplinks didn't run or failed.