Thank you for your response.
I'm still getting an error even after restoring both 2 wallets (the multisig wallet and co-sign wallet) I'm getting this error on electrum
The server returned an error when broadcasting the transaction.
Consider trying to connect to a different server, or updating Electrum.
The transaction was rejected because it is too large (in bytes).
How can I use the another option you metioned.
Okay, now that's unrelated to the previous issue and not limited to Electrum,I'm still getting an error even after restoring both 2 wallets (the multisig wallet and co-sign wallet) I'm getting this error on electrum
The server returned an error when broadcasting the transaction.
Consider trying to connect to a different server, or updating Electrum.
The transaction was rejected because it is too large (in bytes).
How can I use the another option you metioned.
the error: "The transaction was rejected because it is too large (in bytes)" is because of Bitcoin's "standard rule".
Your transaction must have reached the maximum standard transaction size of 400,000 Weight or 100kvB (virtual kilobytes).
You'll have to reduce the number of inputs in order to create a transaction that can be broadcast successfully.
The expensive workaround is to ask a pool or solo miner to directly include your transaction to the blocks that they're mining.
Source Code: https://github.com/bitcoin/bitcoin/blob/master/src/policy/policy.h#L23-L24
Excuse me for my ignorance how can I reduce the number of inputs with electrum (or control them)