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(Supabase): Set Supabase webPackage to 1.35.7 (from main) #6739

Merged
merged 2 commits into from
Oct 26, 2022

Conversation

Alonski
Copy link
Contributor

@Alonski Alonski commented Oct 26, 2022

This change hardcodes the version supported for Supabase in the webPackages const for the Supabase provider

The latest Supabase version v2.0.4 is incompatible with the current Supabase auth setup.

For example using their Docs on using Supabase with Redwood: https://supabase.com/docs/guides/with-redwoodjs

The function client.auth.signIn does not exist anymore in v2.0.4

Fix: #6729

This change hardcodes the version supported for Supabase in the webPackages const for the Supabase provider

The latest Supabase version v2.0.4 is incompatible with the current Supabase auth setup.

For example using their Docs on using Supabase with Redwood:
https://supabase.com/docs/guides/with-redwoodjs

The function `client.auth.signIn` does not exist anymore in v2.0.4

Fix: redwoodjs#6729
@Tobbe Tobbe added the release:fix This PR is a fix label Oct 26, 2022
@jtoar
Copy link
Contributor

jtoar commented Oct 26, 2022

Thanks @Alonski!

@jtoar jtoar merged commit 971d223 into redwoodjs:main Oct 26, 2022
@jtoar jtoar modified the milestones: v4.0.0, next-release-patch, v3.2.1 Oct 27, 2022
jtoar pushed a commit that referenced this pull request Oct 27, 2022
This change hardcodes the version supported for Supabase in the webPackages const for the Supabase provider

The latest Supabase version v2.0.4 is incompatible with the current Supabase auth setup.

For example using their Docs on using Supabase with Redwood:
https://supabase.com/docs/guides/with-redwoodjs

The function `client.auth.signIn` does not exist anymore in v2.0.4

Fix: #6729

Co-authored-by: Alon Bukai <alon.bukai@crowdstrike.com>
jtoar pushed a commit that referenced this pull request Oct 27, 2022
This change hardcodes the version supported for Supabase in the webPackages const for the Supabase provider

The latest Supabase version v2.0.4 is incompatible with the current Supabase auth setup.

For example using their Docs on using Supabase with Redwood:
https://supabase.com/docs/guides/with-redwoodjs

The function `client.auth.signIn` does not exist anymore in v2.0.4

Fix: #6729

Co-authored-by: Alon Bukai <alon.bukai@crowdstrike.com>
dac09 added a commit that referenced this pull request Oct 27, 2022
…o rc-service-caching

* 'rc-service-caching' of github.com:redwoodjs/redwood:
  chore: tweak release script for publishing from the next branch (#6745)
  Okta: Add packages to setup script (#6732)
  Azure setup auth: Install and import all needed packages (#6736)
  Setup auth: Update goTrue (#6733)
  Auth0 setup: Install correct packages (#6734)
  nhost auth: Add missing packages (#6742)
  Add missing packages to magicLink setup (#6741)
  supertokens setup auth: Add missing RW packages (#6744)
  Update Clerk import in decoder (#6685)
  Missing packages for Ethereum auth setup (#6740)
  supabase auth setup: Add missing rw packages (#6743)
  fix(Supabase): Set Supabase webPackage to 1.35.7 (#6739)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:fix This PR is a fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug?]: Can't signin with Supabase auth
3 participants