[MacOS] Node fails under startup after upgrading to 8.0.3 from 7.0.5

After upgrading the node to 8.0.3, the node can no longer start. There comes a popup with the text: “Failed to start the Concordium mainnet node. Error: (,0)”.

When trying to trace the logs (which unfortunately is pretty hard, since the node-collector never actually stops, so one have to walk through hundreds of “grpc connection” errors - they are unfortunately all listed when filtering on software.concordium.mainnet.node string), but the errors I can pull out of console app are :

Assertion did invalidate due to timeout: 425-425-499222 (target:[app<application.software.concordium.mainnet.node.start.194150708.194150712(501)>:41310])
[app<application.software.concordium.mainnet.node.start.194150708.194150712(501)>:41310] Ignoring jetsam update because this process is not memory-managed
[app<application.software.concordium.mainnet.node.start.194150708.194150712(501)>:41310] Ignoring suspend because this process is not lifecycle managed
[app<application.software.concordium.mainnet.node.start.194150708.194150712(501)>:41310] Ignoring GPU update because this process is not GPU managed
[app<application.software.concordium.mainnet.node.start.194150708.194150712(501)>:41310] Ignoring memory limit update because this process is not memory-managed
Calculated state for app<application.software.concordium.mainnet.node.start.194150708.194150712(501)>: running-suspended (role: None) (endowments: (null))
Received state update for 41310 (app<application.software.concordium.mainnet.node.start.194150708.194150712(501)>, running-suspended-NotVisible
[app<application.software.concordium.mainnet.node.start.194150708.194150712(501)>:41310] termination reported by launchd (0, 0, 0)

Can somebody point me in the right direction on how to troubleshoot this. Running on mac silicon.