Storage not properly updated with trigger

Hey there,

I currently develope a contentByLineItem app which displays certain information of different pages. These information are stored with using the storage api. To reduce loading time when opening the contentByLineItem I use triggers to update the data as well as an update when opening. My issue now is that the data stored by the triggers is not equal to the data being recalled when opening the app. After the first deployment the first storage update by a trigger works, but for every following trigger the data gets safed but when recalling with opening the app it still displays the data from the first trigger. This issue only occurs on the deployed version. While using tunnel everything works as intended.

I hope someone has an idea where my problem could be.
Kind Regards
Simon

Issue solved