App.data of custom module doesn't reload

Hi, I am using a module to display some data.
The data is passed to the module via the “data” field in the editor and I access the data via app.data in the module.

This sometimes works fine, and the data is displayed. But often no data is passed to app.data. Even when the module or the whole application is reloaded, no data is passed. I have also tried to set the data manually via function call, but there is still no change to app.data and no data is displayed

For testing purposes, I have created a test app and a test module (I am happy to send an export for triage). For testing, I only use static data, but the problem remains.

Is this an error on my end or buggy behavior?

I am using the latest on-premise release.

Hi @milan.theiss

Welcome to our community!

Could you please send the mentioned exports to kate@uibakery.io? I’ll send them to our dev team for troubleshooting and will get back to you with the outcome.

Thanks!
Kate

Hey @Kate
Thanks for the fast response.
I just send you a share link to my exports. I hope this is of help.

Thank you @milan.theiss

Hi @milan.theiss

I’ve spoken to the dev team, and they’ve recommended following the documentation: create a handler On App Data and set a variable

Meanwhile, we’ll have an additional look at how the modules are currently working to ensure there are no bugs in the functionality.

Cheers,
Kate

Hey @Kate
thanks, this works for me.

On the topic of looking into modules. I experience relatively long load times until even my simple test module is displayed.
This impacts my user’s experience because opening an application isn’t seamless, due to which I think about not using modules.
Is there a way to get the modules load faster?

Best regards
Milan

Hi @milan.theiss

At the moment, I’m afraid it’s not possible. We are currently working on updating the whole modules’ functionality, which is supposed to improve their performance. I do not have a fixed ETA on when they are going to be released, but you can keep an eye on our updates here.

Ok, I will keep an eye out.
Thank you for your help.

1 Like