rcpch / rcpch-census-platform

A Django-rest-framework project to return deprivation scores across the UK against a postcode or lsoa code
MIT License
0 stars 1 forks source link

500 Internal Server Errors when deployed to Azure #12

Closed pacharanero closed 1 year ago

pacharanero commented 1 year ago

https://rcpch-census-engine.azurewebsites.net/api/v1/boundaries?postcode=yo83tl https://api.rcpch.ac.uk/deprivation/v1/api/v1/boundaries?postcode=yo83tl

return 500 errors even when called with correct credential in Postman

pacharanero commented 1 year ago

These were I think due to auth issues, now all fixed and no errors in live deployment