XuZiHao

Results 9 comments of XuZiHao

Now I refer to flutter's swift plugin to manually configure,Thanks

在尝试解决。。是否有更好的解决方案可以推荐吗?

Does the feature need to be delayed?

i use react-hot-loader get this error

@jero237 How to deal with callbackUrl in signin? ``` signin("credentials", { email: formData.get("email"), password: formData.get("password"), redirect: true, callbackUrl: searchParams?.get("callbackUrl") || "/", }); ``` this code alwalys redirect pages.dashboard.root

@jero237 I change some code with signin after redirect by callbackUrl ```typescript if (isAuth && isAuthPage) { const url = req.nextUrl.clone(); const fromValue = url.searchParams.get("from"); return NextResponse.redirect(new URL(fromValue ?? "/",...