Client Side CTX not being available

Hello, I previously had my T3 project set up with Clerk JS and Stripe. I was able to run a createCheckOutSession from the Client Side, but ever since updating to Next JS 15, Clerk 6, and React 19, my client side related ctx is not availabe. However, my server side is still available. Are there any changes I'm supposed to make to the T3 Stack CTX code when I upgrade?
3 Replies
deme4447
deme4447OP3mo ago
Any help would be appreciated If I can provide more info pls ask
Ayoub K
Ayoub K3mo ago
I would love to help you debug, provide some code or DM me and let's look at your code
deme4447
deme4447OP2mo ago
My specific error was I manually synchronize my computer's time rather than automatically using Apple Servers, or location services. This cause the JWT authorization to "unsync" because of the time. Once I turned on automatic time, it fixed the problem

Did you find this page helpful?