You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just tried to update to Next15, the Async Request APIs breaking changes did break convexAuth specifically cookie and token requesting area.
[Error: Route"/"used`headers().get('Host')`. `headers()` should be awaited before using its value. Learn more: https://nextjs.org/docs/messages/sync-dynamic-apis][Error: Route "/" used `cookies().get('__convexAuthJWT')`. `cookies()` should be awaited before using its value. Learn more: https://nextjs.org/docs/messages/sync-dynamic-apis][Error: Route "/" used `cookies().get('__convexAuthRefreshToken')`. `cookies()` should be awaited before using its value. Learn more: https://nextjs.org/docs/messages/sync-dynamic-apis][Error: Route "/" used `headers().get('Host')`. `headers()` should be awaited before using its value. Learn more: https://nextjs.org/docs/messages/sync-dynamic-apis][Error: Route "/" used `cookies().get('__convexAuthJWT')`. `cookies()` shouldbeawaitedbeforeusingitsvalue.Learnmore: https://nextjs.org/docs/messages/sync-dynamic-apis]
To reproduce, just update to Next 15 while using convexAuth.
The text was updated successfully, but these errors were encountered:
wow :(
ETA on this? one of my project was giving me issues and i upgraded node, npm and next 14->15 and now none of my projects work. I really do not want to go back to the previous versions and ALL of my apps use convex + convex auth
Just tried to update to Next15, the Async Request APIs breaking changes did break
convexAuth
specifically cookie and token requesting area.To reproduce, just update to Next 15 while using convexAuth.
The text was updated successfully, but these errors were encountered: