JonathanGarro / SIMS-Portal

IFRC Surge Information Management Support Portal
4 stars 4 forks source link

error on confirming location #7

Closed danbjoseph closed 1 year ago

danbjoseph commented 1 year ago

searched a location, the map came up and it asked me to confirm, i did and got this error

Screen Shot 2023-03-16 at 8 42 54 AM
JonathanGarro commented 1 year ago

thanks dan - this looks like its related to a gitignore issue where that directory wasn't pushed during deployment. ill add this to the next update

danbjoseph commented 1 year ago

however, my profile did seem to update?

Screen Shot 2023-03-16 at 9 03 48 AM
JonathanGarro commented 1 year ago

yeah that route is doing two things: pinging the API to translate the location into coordinates and get the timezone, and update a json file to display a point on a map on the landing page. the latter is what's broken.

JonathanGarro commented 1 year ago

fixed and deployed.