Error: The provided keyfile does not define a valid redirect URI in nodejs

i want to use google drive api in nodejs. so i have deploy project on server and then i am getting this error:
redirect URI. There must be at least one redirect URI defined, and this sample
assumes it redirects to ‘http://localhost:3000/oauth2callback’. Please edit
your keyfile, and add a ‘redirect_uris’ section. For example:

“redirect_uris”: [
“http://localhost:3000/oauth2callback”
]
i have already created register api and create credential on console and in credential file also redirect_uris is avaible.

i have make project on localhost that time redirect url is working because in redirect urls is http://localhost:3001/oauth now i have deploy at this time my redirect_uris https://domain-name/path now it shows error as i mention my credential file is as below: