You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have fixed this with overriding the class like class CustomGoogleDirections < GoogleDirections @@base_url = "https://maps.googleapis.com/maps/api/directions/xml" end
and then I did directions = CustomGoogleDirections.new
Google wants base url to be https now.
The text was updated successfully, but these errors were encountered: