ga1az
Results
1
issues of
ga1az
An environment variable is missing, which is in the middleware, but in the .env.example it does not appear. ``` if ( hostname.includes("---") && hostname.endsWith(`.${process.env.NEXT_PUBLIC_VERCEL_DEPLOYMENT_SUFFIX}`) ) { hostname = `${hostname.split("---")[0]}.${ process.env.NEXT_PUBLIC_ROOT_DOMAIN...