Outputs only come after refreshing?

Hello,
Because of the error that I have yesterday I replicate the project and now it does not give the error 500.

However now, when I click on “Simuler pour 1 an” which is supposed to move the simulation 1 step forward, I see no change in the screen. I see the changes only when I refresh the page and change some of the inputs.
How could I fix this problem?

Thank you

It is for my project named trial under hec-regulation

Hi Busra,

This turned out to be a bug on our end. We’ll fix this in an update next week, but in the meantime I’ve pointed your project to use the next pre-release version so you can see the changes right away. Specifically, I changed line 30 in https://forio.com/epicenter/hec-regulation/trial/static/blob/index.html from

    <script src="/tools/js-libs/flow/1.0.0/flow.min.js"></script>

to

    <script src="/tools/js-libs/flow/1.0.0-pre/flow.min.js"></script>

Thanks for pointing this out.

-Naren