uWaterloo / OpenData

Help and Support for University of Waterloo Open Data Initiative
https://api.uwaterloo.ca
90 stars 12 forks source link

FoodServices endpoints returning HTTP 500 #217

Closed jmccarth closed 3 years ago

jmccarth commented 3 years ago

When I send a request to /v3/FoodServices/outlets or /v3/FoodServices/franchises I get an HTTP 500 Internal Server Error. This occurs whether I'm sending it through code, or through the Swagger docs after authentication.

Let me know if I can help test.

sbobkin commented 3 years ago

@jmccarth thank you for reporting. I'm looking into it. It appears to be some kind of backend issue. Some of our VMs can reach the WCMS instances, and some are getting timeouts -- we'll likely have to work with the WCMS team.

sbobkin commented 3 years ago

Should be fixed now, there was a networking configuration issue that caused the error as the WCMS instance is now hosted in the cloud instead of on campus.

jmccarth commented 3 years ago

Looks good now. Thanks @sbobkin