VIVEK PATEL

Results 6 comments of VIVEK PATEL

[Vivek2509-JARVIS](https://github.com/Vivek2509/JARVIS)

Thank you Solved: https://github.com/pacocoursey/next-themes/issues/281#issuecomment-2094657762 If there is no alternative, I think this PR should be merge. @pacocoursey

I encountered a 404 error when clicking the "Sign In" button after deploying the [NextAuth.js example](https://github.com/nextauthjs/next-auth-example) to Vercel. ## Here's a breakdown of the issue: ### Steps to Reproduce: -...

When I tried following, it works with `NextJs 14.2.1` [Example Next14.2.1](https://github.com/patelvivekdev/next-auth-example/pull/1)

> @patelvivekdev [tried your suggestion](https://github.com/adriangalilea/e-id/blob/next-auth-next-14-2/components/auth-components.tsx#L8) and it does give me 404 @adriangalilea Did you find it out any workaround? P.S. I am using [email protected]

@ndom91 I have attempted to deploy the latest canary version as follows: ``` "next": "14.3.0-canary.86", "next-auth": "beta", "react": "19.0.0-rc-f994737d14-20240522", "react-dom": "19.0.0-rc-f994737d14-20240522", ``` --- ## Version 1 Same example from next-auth-example...