Encountering a 204 No Content response when accessing the alerts endpoint (/otp/routers/2/index/stops/MNT:28161/alerts) despite having a correct configuration in router-config.json. The setup specifies a frequent update interval and uses OpenTripPlanner version 2.5.0. The issue persists with no alerts returned, impacting the real-time functionality expected from the service
Expected behaviorExpected to receive real-time alerts as JSON/XML response when accessing the specified alerts endpoint.
Observed behaviorReceived a 204 No Content response, indicating no data available despite the service being operational and the endpoint configured correctly in router-config.json.
Version of OTP usedOTP 2.5.0
Data sets in useStandard GTFS and OSM PBF files
Router config and graph build config JSON"updaters": [ { "type": "stop-time-updater", "frequency": "PT1M", "url": "
https://api.[REDACTED]/gtfs-feed/2/all", "feedId": "MNT" }, { "type": "real-time-alerts", "frequency": "PT1M", "url": "
https://api.[REDACTED]/gtfs-feed/2/SERVICE_ALERT", "feedId": "MNT" } ]
This is what SERVICE_ALERT returns