App became blank(hidden) all of a sudden

I guess the issue is similar to this post.

My components seem to be there, but all are hidden even though the "hidden" parameter is not ticked.

Reverting the changes won't work either.
I think I need help from the support.
App ID:02e9007c-73f1-11ef-b393-ab36ff28f943

I mea, it's not a checkbox. The "hidden" parameters are all false.

Hi @km_hads It looks like you've created several dependency cycles in your app which are causing the runtime to fail (preventing the app from loading). I'd recommend you check your Browsers Developer tools for messages about any dependency cycles, investigate and modify the configured dependencies in your app as needed. Hope that helps!

Hi @everett_smith

Thank you for taking a look.

It does seem the error was caused by a dependency loop.

Once I removed the cause, the issue was resolved.

Sorry for making a fuss, and I appreciate your advice!

Awesome news! Glad you're unblocked here :blush: And thanks for following up to let me know.