Relative Content

Tag Archive for reactjsnode.jsaxios

Google Maps Distance Matrix API Responding with “REQUEST DENIED”

I am trying to call the Google Maps Distance Matrix API with React and Node.js, using Axios for the API request, to get the time it will take for a user to get from their current location to an airport. The API is enabled in Google Cloud Console, but whenever I call this API, it always gives returns in console the message, “REQUEST DENIED”.

Link from react-router-dom is not redirecting

Since the button is within a <Link /> Component it shoul redirect to the ‘/home’ page but it is not, its not redirecting anywhere. the function PostLogin is being Called i have confirmed