i'm trying to set multiple transactions in a row in erdjs 10 (backend) but the provider gets stuck after the first one (the transactions are correct, i think i'm doing something wrong when initializing the provider) i am using the provider as a singleton and passed to the other classes as a static single instance.
Any idea why the provider gets stuck?
You are using erdjs in the backend but you are using a provider to sign your transactions? That sounds weird ????