I’ve been implementing my webapp for days now and today I got into queries.
They used to work until they didn’t no more. I was editing another page and when I navigated to the profile page a HTTP call got stalled, and then another, and another.
Now, whenever I try to access the deployed app on the profile page, I get a white page and my CPU and RAM go crazy.
In Studio, I see this error. Once entered, the Studio app is completely frozen.
Hi @davide_angelillo, thanks for the report. We have been working on a new query system, which may have interfered with the way the current data queries work. We’ll look into it, sorry about that!
Hi @davide_angelillo, I reverted your project to just before the issue. There was a problem with one of your new data queries, which referenced a non-deterministic value such as new Date(). When this happens, it may cause your component to re-render continuously as the app keeps thinking some data changed.