Is Axios down again?
# 🤝help
m
We are having the same problem with our axios post requests that we were having last weekend when Axios was down. "Axios Error, Network Error" Here's one example: const url = "https://us-central1-radicalx-68127.cloudfunctions.net/getUserData" const data = { botpress_user_id: event.userId } const response = await axios.post(url, data)