After installing BTC core and Electrs I installed Mempool from Services. When starting it is in a constant Running Blue spinning wheel. The Health checks for api and Webinterface spin for a whole then arer oK but immediately revert to spinning and the transactions indezer has a Yellow triangle show then back to spinning
Checking the logs I see 2025-04-26T17:58:00+00:00 Apr 26 17:58:00 [371] ERR: MIGRATIONS: Unable to create required tables, aborting in 10 seconds. Error: Table ‘mempool.statistics’ doesn’t exist in engine
2025-04-26T17:58:00+00:00 Apr 26 17:58:00 [371] INFO: Connected to Electrum Server at electrs.embassy:50001 ([“electrs/0.10.9”,“1.4”])
Yes - as per original post a yellow triangle which I assume is an error shows per screenshot. The Log shows an Error but I have zero clue what it means
It seems like Mempool expects its database to have tables ready. But here, either the database does not exist, is corrupt, or the database engine is missing
It might be worth restarting the server if you haven’t yet. Or if you have, then you could do a system rebuild by going to System -> scrolling down to where System Rebuild is. This will rebuild the containers of the Services you have on your Server but will not delete any data so you can run this safely. Please note that depending on how many Services you have installed, the System Rebuild could take some time, so be patient with it.
If that fails to resolve the issue then this might actually be something like a First Install Bug, in which case I would uninstall & then reinstall the Mempool Service.
I deleted and reinstalled Memopool and its now working.
What I think happened is I installed it then found out it needed Electrs to work so I installed that after installing Mempool. Maybe a wild guess but I think you probably need to do the install in the order Elecrs then mempool