CratisC
Convex Community15mo ago
5 replies
Cratis

NextJS 15 Dynamic API Async Errors

Hello,

I'm currently receiving this error when trying to use NextJS15 with Convex and Convex Auth

[Error: Route "/signin" used headers().get('Host'). headers() should be awaited before using its value. Learn more: https://nextjs.org/docs/messages/sync-dynamic-apis]
[Error: Route "/signin" used cookies().get('__convexAuthJWT'). cookies() should be awaited before using its value. Learn more: https://nextjs.org/docs/messages/sync-dynamic-apis]
Was this page helpful?