medialab / forccast-backoffice

forccast backoffice application
GNU General Public License v3.0
0 stars 0 forks source link

Data update seems to be down #3

Open robindemourat opened 3 years ago

robindemourat commented 3 years ago

All update routes seem to be down when trying to update data from the backoffice of the website.

No matter the source of data (google api, wordpress blog, github) we get the following error:


[{
  "status":"error",
  "message":{
    "code":"ENOTFOUND",
    "errno":"ENOTFOUND",
    "syscall":"getaddrinfo",
    "hostname":"www.googleapis.com",
    "host":"www.googleapis.com",
    "port":443
}
}]

How to reproduce:

robindemourat commented 3 years ago

So restarting the server process seemed to solve temporarily this issue ¯_(ツ)_/¯

Keeping it open in case it reappears.