Closed bjornpagen closed 3 weeks ago
@bjornpagen is attempting to deploy a commit to the Antiwork Team on Vercel.
A member of the Team first needs to authorize it.
@slavingia make sure to add these env variables to the Vercel deployment for shortest.com
. Otherwise the "Sign In" button will continue to open an external webpage.
NEXT_PUBLIC_CLERK_SIGN_IN_URL = '/signin'
NEXT_PUBLIC_CLERK_SIGN_UP_URL = '/signup'
Changes: instead of the "Sign in" button in the header going to a externally hosted signin page, we embed the
SignIn
&SignUp
components directly into new pages in our Next.js app at/signin
and/signup
.For Vercel users, three more env variables must be added. Please check out
.env.example
for the new env variables.