Successfully fix this issue, thank you @moby again!
The solution is easy:
-
Stop storage node
-
Backup orders.db (just copy it)
-
sqlite3 /storage/orders.db
DELETE FROM unsent_order;
.exit -
start storage node
-
look into logs and check the status of orders
-
look into the unsent folder and make sure that everything is sent after some time