Skip to content

Return 404 instead of a 500 error on API status endpoint if Geo tracking DB is not enabled

Stan Hu requested to merge sh-geo-check-for-tracking-db into master

If the tracking database is not configured, the secondary attempts to read from the Geo DB but fails spectacularly because the tables don't exist.

Merge request reports