Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No response from supabase_storage container #296

Open
rpie3 opened this issue Aug 13, 2024 · 1 comment
Open

No response from supabase_storage container #296

rpie3 opened this issue Aug 13, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@rpie3
Copy link

rpie3 commented Aug 13, 2024

Bug report

  • [ x ] I confirm this is a bug with Supabase, not with my own application.
  • [ x ] I confirm I have searched the Docs, GitHub Discussions, and Discord.

Describe the bug

When using latest, I receive the following message while running an action which calls supabase db reset:
failed to inspect container health: Error response from daemon: No such container: supabase_storage_repo-name

When explictly setting an earlier version, the issue is resolved. I have adjusted from

  - uses: supabase/setup-cli@v1
    with:
      version: latest

to

  - uses: supabase/setup-cli@v1
    with:
      version: 1.187.3

to get my actions running successfully again.

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

Run the action:

on:
  pull_request:
  push:
    branches:
      - main
      - staging
  workflow_dispatch:

jobs:
  test:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v4

      - uses: supabase/setup-cli@v1
        with:
          version: latest

      - run: supabase db stop
      - run: supabase db start
      - run: supabase db reset

Expected behavior

latest should be functional for seeding Supabase.

System information

  • GitHub Action, using runs-on ubuntu-latest
@rpie3 rpie3 added the bug Something isn't working label Aug 13, 2024
@madeleineostoja
Copy link

Also started seeing this recently, anything we can do to further debug?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants