You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am calling another instance using $evm.instantiate(www/project1/instance2) from an instance, e.g www/project1/instance1.
I could see logs generated from both instances. However, there is only email triggered from parent instance1, child instance instance2 does not trigger any email.
Both instances have included the same method: $evm.execute('send_email', to, from, subject, body).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am calling another instance using $evm.instantiate(www/project1/instance2) from an instance, e.g www/project1/instance1.
I could see logs generated from both instances. However, there is only email triggered from parent instance1, child instance instance2 does not trigger any email.
Both instances have included the same method: $evm.execute('send_email', to, from, subject, body).
Any clue on this will be great.
Beta Was this translation helpful? Give feedback.
All reactions