Elaborating a bit more, in the hope of getting a hint or two.
When trying to generate API access tokens, an error occurs. No previous API access have been made, and no tokens exist.
The error is displayed in web-ui, and occurs after pressing the “Generate API access token”-button, and of course selecting a user.
The error simple states “An error occurred removing the token.”
[librenms@librenms librenms]# ./validate.php
Component Version LibreNMS 1.54-16-g01a519e DB Schema 2019_07_03_132417_create_mpls_saps_table (139) PHP 7.2.19 MySQL 5.5.60-MariaDB RRDTool 1.4.8 SNMP NET-SNMP 5.7.2 ====================================
[OK] Composer Version: 1.9.0
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
Logs dont seem to contain anything usefull, and a I checked within mysql. Api_tokens
MariaDB [librenms]> SELECT * from api_tokens;
Empty set (0.00 sec)