Great work again @CodeWise. I'm looking forward to what you are going to build next.
@anthonyweb-dev-gt3lbАй бұрын
Nice, is there gonna be a part 3?
@DSIS_TUSHARRANJAN23 күн бұрын
can you make a short video of Google Auth changes when deploying. I tried many things but still it doesn't work
@lofinothingАй бұрын
In the Google console do I put the redirection url to the server or to the frontend?
@root-platАй бұрын
yes sorry i forgot that part. u should replace the localhost one with the actually deployed backend url!
@jjpp20072007Ай бұрын
why you choosed this strategy of client & server separate apps instead a single nextjs app with api/routes for the server...? arent you sacrificing simplicity? not critic, jsut an honest question?
@root-platАй бұрын
@@jjpp20072007 I appreciate the honest question! The main reason for choosing separate client and server apps instead of a single Next.js app is flexibility and scalability. By separating them, I can independently scale the client and server as needed, optimize performance for each, and even use different technologies or services tailored to their specific needs. 😃