Hi all… I have the bitcoin node and electrs running and fully sync’d… the lightning node app is also running… but after installing the mempool app, I can only get as far as the app showing offline and reconnecting… but nothing more. I’ve included the mempool log hoping someone can see something obvious. I suspect that it has something to do with database permissions of some sort, but have not been able to find anything in these forms that speaks to that (thank you in advance):
mempool_api_1 | wait-for-it.sh: waiting 720 seconds for mariadb:3306
mempool_api_1 | wait-for-it.sh: mariadb:3306 is available after 5 seconds
mempool_api_1 | Jul 24 20:12:41 [155] NOTICE: <lightning> Starting Mempool Server... (32fadb4)
mempool_api_1 | Warning: got packets out of order. Expected 0 but received 1
mempool_api_1 | Jul 24 20:12:41 [155] ERR: <lightning> Could not connect to database: Host '10.21.21.27' is not allowed to connect to this MariaDB server
mempool_widget-server_1 | Running Mempool Widget API server...
mempool_mariadb_1 | 2025-07-24 20:12:33+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.5.12+maria~focal started.
mempool_web_1 | /var/www/mempool/browser/resources
mempool_mariadb_1 | 2025-07-24 20:12:37 0 [Note] mysqld (mysqld 10.5.12-MariaDB-1:10.5.12+maria~focal) starting as process 1 ...
mempool_mariadb_1 | 2025-07-24 20:12:37 0 [Warning] Setting lower_case_table_names=2 because file system for /var/lib/mysql/ is case insensitive
mempool_mariadb_1 | 2025-07-24 20:12:37 0 [Note] InnoDB: Uses event mutexes
mempool_mariadb_1 | 2025-07-24 20:12:37 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
mempool_mariadb_1 | 2025-07-24 20:12:37 0 [Note] InnoDB: Number of pools: 1
mempool_mariadb_1 | 2025-07-24 20:12:37 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
mempool_mariadb_1 | 2025-07-24 20:12:37 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts)
mempool_mariadb_1 | 2025-07-24 20:12:37 0 [Note] InnoDB: Using Linux native AIO
mempool_mariadb_1 | 2025-07-24 20:12:37 0 [Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728
mempool_mariadb_1 | 2025-07-24 20:12:37 0 [Note] InnoDB: Completed initialization of buffer pool
mempool_mariadb_1 | 2025-07-24 20:12:37 0 [Note] InnoDB: 128 rollback segments are active.
mempool_mariadb_1 | 2025-07-24 20:12:37 0 [Note] InnoDB: Creating shared tablespace for temporary tables
mempool_mariadb_1 | 2025-07-24 20:12:37 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mempool_mariadb_1 | 2025-07-24 20:12:37 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mempool_mariadb_1 | 2025-07-24 20:12:37 0 [Note] InnoDB: 10.5.12 started; log sequence number 45346; transaction id 20
mempool_mariadb_1 | 2025-07-24 20:12:37 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mempool_mariadb_1 | 2025-07-24 20:12:37 0 [Note] Plugin 'FEEDBACK' is disabled.
mempool_mariadb_1 | 2025-07-24 20:12:37 0 [Note] InnoDB: Buffer pool(s) load completed at 250724 20:12:37
mempool_mariadb_1 | 2025-07-24 20:12:37 0 [Note] Server socket created on IP: '::'.
mempool_mariadb_1 | 2025-07-24 20:12:37 0 [Warning] 'user' entry 'root@21794142136e' ignored in --skip-name-resolve mode.
mempool_mariadb_1 | 2025-07-24 20:12:37 0 [Warning] 'proxies_priv' entry '@% root@21794142136e' ignored in --skip-name-resolve mode.
mempool_mariadb_1 | 2025-07-24 20:12:37 0 [Note] Reading of all Master_info entries succeeded
mempool_mariadb_1 | 2025-07-24 20:12:37 0 [Note] Added new Master_info '' to hash table
mempool_mariadb_1 | 2025-07-24 20:12:37 0 [Note] mysqld: ready for connections.
mempool_mariadb_1 | Version: '10.5.12-MariaDB-1:10.5.12+maria~focal' socket: '/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution
mempool_mariadb_1 | 2025-07-24 20:12:37 3 [Warning] Aborted connection 3 to db: 'unconnected' user: 'unauthenticated' host: '10.21.21.26' (This connection closed normally without authentication)
mempool_mariadb_1 | 2025-07-24 20:12:38 4 [Warning] Aborted connection 4 to db: 'unconnected' user: 'unauthenticated' host: '10.21.21.27' (This connection closed normally without authentication)
mempool_mariadb_1 | 2025-07-24 20:12:41 5 [Warning] Aborted connection 5 to db: 'unconnected' user: 'unauthenticated' host: '10.21.21.27' (This connection closed normally without authentication)
mempool_app_proxy_1 | yarn run v1.22.19
mempool_app_proxy_1 | $ node ./bin/www
mempool_app_proxy_1 | [HPM] Proxy created: / -> http://10.21.21.26:3006
mempool_app_proxy_1 | Waiting for 10.21.21.26:3006 to open...
mempool_app_proxy_1 | mempool is now ready...
mempool_app_proxy_1 | Listening on port: 3006