Callback URL mismatch. The provided redirect_uri is not in the list of allowed callback URLs

Yes, looks like you are missing an environment variable, or the URL is not being expanded properly. You shouldn’t see the $VERCEL_URL in the error message.

John