It looks like your block index is okay, but your chainstate index is hosed. You can probably get away with just reindexing that.
Go to this screen:
Add the following override:
reindex-chainstate=1
Then, click “Save overrides,” and your node will restart to begin the operation. Monitor the logs.
If that solves the issue, delete the override from your node config and “Save overrides,” again.
If that doesn’t solve the problem, you can try a full reindex by replacing the above override with this one:
reindex=1
Then, click “Save overrides,” and your node will restart to begin the operation. Monitor the logs.
If that solves the issue, delete the override from your node config and “Save overrides,” again.