-
Notifications
You must be signed in to change notification settings - Fork 249
supabase_rest container constantly crashes #3550
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
Comments
This is becoming extremely frustrating to the point I can't even use it. I've tried everything. Destroying the containers and re-pulling all images, restarted computer, upgraded everything to latest version. This thing keeps crashing, constantly, and I need to work!
|
Hi, I've moved this issue over from the supabase repo |
Not sure what else I can provide to help you replicate the issue. It's definitely a weird one... |
|
Yes, I figured that out a few minutes ago. I though updating Supabase CLI and removing all containers should use the right versions, but I guess that's not the case. Maybe add a warning on the CLI if the versions stored in .temp do not match the ones that the CLI should be using? Thanks |
Well, the purpose of temp version is to sync up your local versions to match your remote project. So they are actually expected to be different from cli defaults after running What you can do is to update your remote project (by restarting) so it's running the latest version of postgrest. |
Got it, thanks!
…On Mon, May 12, 2025 at 6:28 PM Han Qiao ***@***.***> wrote:
*sweatybridge* left a comment (supabase/cli#3550)
<#3550 (comment)>
Maybe add a warning on the CLI if the versions stored in .temp do not
match the ones that the CLI should be using?
Well, the purpose of temp version is to sync up your local versions to
match your remote project. So they are actually expected to be different
from cli defaults after running supabase link command.
What you can do is to update your remote project (by restarting) so it's
running the latest version of postgrest.
—
Reply to this email directly, view it on GitHub
<#3550 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADEWSI35EUANXZ2WIISTBL26DD35AVCNFSM6AAAAAB4ZNOTY2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQNZTGIZDKNZSGI>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
I'm using latest Supabase CLI 2.22.12 on Windows 11 with Docker Desktop v4.40.0 and Node.js 20.18.2
Whenever I refresh my Next.js app during development which triggers a simple profile fetch on the database, the query seems to fail and the supabase_rest container restarts.
Not sure if that failed assertion are causing this or what.
The text was updated successfully, but these errors were encountered: