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
In the main branch, the file app/auth/confirm/route.ts is missing. This file exists in the dev branch and is necessary for the magic link functionality to work properly. However, the README.md in the main branch includes instructions that assume the presence of this file, leading to errors when trying to use the feature as described.
Suggested Fix:
Merge app/auth/confirm/route.ts from the dev branch into the main branch to resolve this issue and restore full functionality of the magic link feature.
The text was updated successfully, but these errors were encountered:
In the
main
branch, the fileapp/auth/confirm/route.ts
is missing. This file exists in thedev
branch and is necessary for the magic link functionality to work properly. However, the README.md in themain
branch includes instructions that assume the presence of this file, leading to errors when trying to use the feature as described.Suggested Fix:
Merge
app/auth/confirm/route.ts
from thedev
branch into themain
branch to resolve this issue and restore full functionality of the magic link feature.The text was updated successfully, but these errors were encountered: