-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Component/s: Forge - App UI Web
-
None
-
Minor
Issue Summary:
When using the resolvers to pull the forge context, the data will be stale, causing confusion and possibly data corruption if you are editing data in the page.
Steps to Reproduce
- Create a forge content_by_line app and use the codes below
- frontend.jsx

- resolver.js

- Open a page, and open the App. You'll see the data for the current page
- Switch the page and open the app again. You'll see that the data from the previous page is still there.
Expected Results
When opening a new page, the context should be refreshed.
Actual Results
The data is not updating.
Workaround
Refreshing the page reloads the App, which triggers an update to the Context.