I have same versions, packages, code in Dev and Prod.
Problem is, in Dev machine “Find Place” activity from UiPathTeam.GoogleMaps.Activities package is returning some results like
“FindPlaceResponse { candidates=List(1) { Candidate { formatted_address=null, geometry=null, icon=null, opening_hours=null, photos=null, place_id=”********", plus_code=null, rating=0, types=null, user_ratings_total=0 } }, status=“OK” }".
But Prod machine is returning NULL for same activity.
I tried reinstalling package, delay in between for API to load. It is not working, please provide your thoughts.
Hi Aditya,
Yes, I have same config file, if I replace working file “****.xaml”, which is using Google maps package from Dev with same file in production, it is working fine until Production machine restarts.