jpatokal / openflights

Website for storing flight information, rendering paths on a zoomable world map and calculating statistics, with plenty of free airline, airport and route data.
http://openflights.org
GNU Affero General Public License v3.0
1.37k stars 387 forks source link

Unable to load homepage in Chrome and Safari #1448

Closed kennedyeric closed 8 months ago

kennedyeric commented 8 months ago

In both Chrome and Safari on a mac, I'm currently getting a popup window any time I've tried to access OpenFlights in the past 24hrs:

openflights.org says (Error 404)

404 Note Found

404 Not Found


nginx/1.18.0 (Ubuntu)
Gnopps commented 8 months ago

I'm getting the same error on Firefox on android.

jpatokal commented 8 months ago

I've gotten several reports of this but am unable to replicate with Chrome on Linux or Android.

I suspect this has something to do with the locale handling changes, and I've deployed the changes below that should fix this. Are you still seeing the issue?

https://github.com/jpatokal/openflights/issues/1391#issuecomment-1770695418

kennedyeric commented 8 months ago

It now seems to be working correctly - thank you!