Daml triggers not working on damlhub

Hello everyone,

Just need a little help here. Somehow the triggers are not working on damlhub when we use the latest daml sdk 2.3.2.

We’ve tried to rollback to our initial sdk 2.2.0 upon starting our project. And triggers are working just fine on damlhub.

If someone would be so kind to point me to some sort of daml sdk and damlhub patch notes, that would really be helpful. Thanks!

kind regards.

Have you tried 2.3.0? I believe Hub did not update to 2.3.2 as the patches there didn’t affect them, but that may still introduce a compatibility issue if you try to use a newer version than Hub itself is using.

1 Like

I see, that kinda checks out. Our triggers working fine with daml sdk 2.3.2 on our local development, only on hub that refuses to run. Thanks @Gary_Verhaegen. We’ll try with 2.3.0 and see if it works on the hub.