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
Error log:
[Error: Route "/api/.ory/[...paths]" used headers().forEach(...). headers() should be awaited before using its value. Learn more: https://nextjs.org/docs/messages/sync-dynamic-apis]
Reproducing the bug
Relevant log output
Relevant configuration
Version
master
On which operating system are you observing this issue?
None
In which environment are you deploying?
None
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Preflight checklist
Ory Network Project
No response
Describe the bug
It seems that using await here may make it compatible with Next.js v15.
Reference: https://nextjs.org/docs/messages/sync-dynamic-apis
Error log:
[Error: Route "/api/.ory/[...paths]" used
headers().forEach(...)
.headers()
should be awaited before using its value. Learn more: https://nextjs.org/docs/messages/sync-dynamic-apis]Reproducing the bug
Relevant log output
Relevant configuration
Version
master
On which operating system are you observing this issue?
None
In which environment are you deploying?
None
Additional Context
No response
The text was updated successfully, but these errors were encountered: