Coder Social home page Coder Social logo

Comments (27)

NickG-NZ avatar NickG-NZ commented on July 28, 2024 2

@kangmingtay Seems there are a lot of people affected by this. Just want to make sure the supabase team is aware of it.

from supabase-js.

tecoad avatar tecoad commented on July 28, 2024 1

This is freaking insane!
I have spent over 10 hours revisiting my codebase to find out this has nothing to do with the code.
Anyone figured out how to fix it?

from supabase-js.

peterje avatar peterje commented on July 28, 2024

@NickG-NZ I also ran in to this yesterday intermittently Any resolution?

from supabase-js.

NickG-NZ avatar NickG-NZ commented on July 28, 2024

No resolution for us yet. We're sitting on an old version until the supabase team responds

from supabase-js.

geoffreygarrett avatar geoffreygarrett commented on July 28, 2024

For what it's worth, I had the same error.

I manually inspected the cookies and found my cookies where not chunked correctly as [cookie-part.0, cookie-part.1] for some reason. Might be unrelated and a byproduct of my cookie management, but I found: [cookie-part, cookie-part.0, cookie-part.1] where cookie-part==cookie-part.1. (yes I have sizeable cookies).

The cookie chunking algorithm, when provided with cookie-part will return cookie-part if it exists and ignore the enumerated chunks.

from supabase-js.

vanceingalls avatar vanceingalls commented on July 28, 2024

@NickG-NZ which version of next.js are you on? seem to be running into the same issue with supabase-js 2.43.2 and any version of next.js above 14.0.4

from supabase-js.

RickWoltheus avatar RickWoltheus commented on July 28, 2024

can confirm this is also happening for me on supabase-js 2.43.4 and nextjs 14.0.4

from supabase-js.

Donald646 avatar Donald646 commented on July 28, 2024

Same here I can't use .getUser() in serverless functions, or in API Routes.

from supabase-js.

Donald646 avatar Donald646 commented on July 28, 2024

@RickWoltheus I'm running into the same problem. I installed the latest version, but when I downgrade it doesn't work anymore. I'm a relatively new dev, so how do I downgrade to a version that works?

from supabase-js.

Donald646 avatar Donald646 commented on July 28, 2024
Screenshot 2024-06-14 at 12 11 22 AM

these are my dependencies when I run npm list.

from supabase-js.

NickG-NZ avatar NickG-NZ commented on July 28, 2024
Screenshot 2024-06-14 at 12 11 22 AM these are my dependencies when I run npm list.

You haven't included your supabase-js version in the screenshot. The package that this Github issue is about (@supabase/supabase-js) should be in your dependencies.
I can't remember exactly which version breaks it, but my team is sitting on 2.38.4.

To switch to this particular version you would just run
npm install @supabase/[email protected]

from supabase-js.

NickG-NZ avatar NickG-NZ commented on July 28, 2024

@NickG-NZ which version of next.js are you on? seem to be running into the same issue with supabase-js 2.43.2 and any version of next.js above 14.0.4

We're on 14.1.4. Are you saying that running an older version of NextJS fixes it?

from supabase-js.

Donald646 avatar Donald646 commented on July 28, 2024
Screenshot 2024-06-14 at 12 53 23 AM

Your screen shot isn't working for me, but when I run npm list @supabase/supabase-js doesnt appear, but I have run the install.

from supabase-js.

NickG-NZ avatar NickG-NZ commented on July 28, 2024

@Donald646 This is really unrelated to the current issue. Can you please try Google, GPT or StackOverflow.

from supabase-js.

Donald646 avatar Donald646 commented on July 28, 2024

Going back to an older version of @supabase/supabase-js doesn't work for me. My local development is down, as users on the serverside is a core part of it. This issue has also been open for a while now, so I don't know when it's gonna be fixed.

from supabase-js.

createdbymax avatar createdbymax commented on July 28, 2024

Having the same issue on supabase-js 2.43.4.

from supabase-js.

latifs avatar latifs commented on July 28, 2024

Hey Guys,

Having the same issue on:

  • @supabase/supabase-js 2.43.5
  • @supabase/ssr 0.3.0
  • next 14.2.3

Has anyone figured out which version introduces the breaking change?
Thanks

from supabase-js.

latifs avatar latifs commented on July 28, 2024

This is insane,
looks like this issue has been reported months ago in lots of issues and discussions and nothing.
I've started watching firebase videos, they have postgres now!

from supabase-js.

Donald646 avatar Donald646 commented on July 28, 2024

I've reached out to their support team directly, and they told me they have escalated this issue to the auth team. But no other fixes so far.

from supabase-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.