API - 500 failure response for unknown URL

Hi,

The WebGUI of our LibreNMS is working fine, but trying to access our instance via the mobile APP using a valid token encounters the following error: "500:Http failure response for (unknown url):500 undefined.

Test Curl command / Packet capture on the server when testing the mobile application shows the following response.

Slim Application Error

The application could not run because of the following error:

Details

Type: RuntimeException

Message: Named route already exists with name: list_fdb

File: /opt/librenms/vendor/slim/slim/Slim/Router.php

Line: 208

Below is the Validate.php / Daily.sh Output

$ /opt/librenms/validate.php

Component Version
LibreNMS 1.50-29-ga01cd82e9
DB Schema 2019_02_10_220000_add_dates_to_fdb (132)
PHP 7.2.15-0ubuntu0.18.04.2
MySQL 10.1.38-MariaDB-0ubuntu0.18.04.1
RRDTool 1.7.0
SNMP NET-SNMP 5.7.3
====================================

[OK] Composer Version: 1.8.5
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct

$ /opt/librenms/daily.sh
Updating to latest codebase OK
Updating Composer packages OK
Updated from a01cd82e9 to 36e709eba OK
Updating SQL-Schema OK
Updating submodules OK
Cleaning up DB OK
Fetching notifications OK
Caching PeeringDB data OK

Fix posted here: https://github.com/librenms/librenms/pull/10082

Hi, thank-you for the fast turnaround!
I can confirm the mobile application is now working.

Much appreciated.