Open meganmckissack opened 6 years ago
It looks there is at the very least a CORS issue, and it's also causing other issues across the 2017 projects.
Opening the console at http://2017.civicpdx.org/housing reveals a number of CORS errors, but also other errors.
I can suggest that the quickest way to fix this for the Housing project would be to switch from http://service.civicpdx.com
to
in all the API requests.
I don't recall making any specific changes recently that would've made .com requests harder, but I also know that I've been assuming that only the .org DNS and URLs are actively in use. There was thinking at one time that we'd support both, but with the benefit of hindsight there's little benefit to this, and pretty clearly a dependency we no longer support.
See https://github.com/hackoregon/civic-devops/issues/187 for additional thoughts on the .com zone.
The 2017 Housing project map component can't receive API calls. I'm unsure if it's a CORS issue or that the link needs to be redirected after the API endpoints DNS changes.