Flask Ajax Call, No Error, but no Response Received Back – Jquery ajax
I am using Flask and have an Ajax call to a view which finds some data within a coordinates range and I just want to be able to return that data. It is successfully reaching the view, querying the database…