You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The query above runs twice during initialization.I found that it runs twice if there are any values stored in localStorage (site/container-wide).
Screen_Recording_2024-11-16_at_1.33.48_PM.mov
Expected Behavior
it should run only once when application loads
Steps to reproduce
Import this demo project and view it. Initially, the query loads only once, and you can refresh an unlimited number of times without any issues.
Now, click the true/false button, which stores the localStorageValue. After that, if you refresh, the initial query loads twice.
If you have any local storage values stored across apps, I recommend using incognito mode for testing. testok (1).json
Environment
Lowcoder latest v2.4.12 on Docker
Additional Information
Major bugs should be fixed or prioritized as soon as possible.
The text was updated successfully, but these errors were encountered:
vsnshanmuganathan
changed the title
[Bug]: "When the application (page) loads", the query runs twice if any localStorage value is stored."
[Major-Bug]: "When the application (page) loads", the query runs twice if any localStorage value is stored."
Nov 16, 2024
FalkWolsky
changed the title
[Major-Bug]: "When the application (page) loads", the query runs twice if any localStorage value is stored."
[Bug]: "When the application (page) loads", the query runs twice if any localStorage value is stored."
Nov 18, 2024
Is there an existing issue for this?
Current Behavior
The query above runs twice during initialization.I found that it runs twice if there are any values stored in localStorage (site/container-wide).
Screen_Recording_2024-11-16_at_1.33.48_PM.mov
Expected Behavior
it should run only once when application loads
Steps to reproduce
Import this demo project and view it. Initially, the query loads only once, and you can refresh an unlimited number of times without any issues.
Now, click the true/false button, which stores the localStorageValue. After that, if you refresh, the initial query loads twice.
If you have any local storage values stored across apps, I recommend using incognito mode for testing.
testok (1).json
Environment
Lowcoder latest v2.4.12 on Docker
Additional Information
Major bugs should be fixed or prioritized as soon as possible.
The text was updated successfully, but these errors were encountered: