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

fix: solved the crash error #1243

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix: solved the crash error #1243

wants to merge 1 commit into from

Conversation

dohooo
Copy link

@dohooo dohooo commented Jul 8, 2024

What kind of change does this PR introduce?

I just upgraded the version of @supabase/postgrest-js

What is the current behavior?

My e2e tests always failed after I upgraded the @supabase/supabase-js version to 2.44.2. The related package @supabase/postgrest-js has been released a new version, however @supabase/supabase-js didn't follow up.

image image image

What is the new behavior?

When I fixed the version of @supabase/postgrest-js to 1.15.8 as a workaround then the problem gone.

"resolutions": {
    "@supabase/postgrest-js": "^1.15.8"
}

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant