Mateus Mercer
Mateus Mercer
Got: ``` 57.65 npm ERR! code: 'ECONNRESET', 57.65 npm ERR! path: null, 57.65 npm ERR! host: 'edgedl.me.gvt1.com', 57.65 npm ERR! port: 443, 57.65 npm ERR! localAddress: undefined ``` For VIVO...
Fair enough, replying here only to say thank you!
@theDoz12 @projx @Acharab @Yinnnn94 The code checks process.env.NEXT_PUBLIC_FASTAPI_BACKEND_AUTH_TYPE and defaults to "GOOGLE" if not found: ``` const authType = process.env.NEXT_PUBLIC_FASTAPI_BACKEND_AUTH_TYPE || "GOOGLE"; if (authType !== "LOCAL") { router.push("/login"); } ```...