When I deploy my application on Render.com, I add (https://my_application_name.onrender.com/) to the redirect URI, but Google Auth throws an error and gives an example of using
"http://localhost:3000/oauth2callback".
How am I supposed to authenticate my deployed application?