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
I finished my application and deployed in on lambda, however I am having a problem with the action loader lifecycle. An action will update data, and then the loader revalidation will not return the updated data. I also have some issues where an external service will update my database, and even though the data has changed in the database, the loader will not return the new data (caching?)
Is there some caching mechanism built into loaders ? how can I forefully refresh loaders/how do I ensure remix knows to revalidate the correct loader data.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I finished my application and deployed in on lambda, however I am having a problem with the action loader lifecycle. An action will update data, and then the loader revalidation will not return the updated data. I also have some issues where an external service will update my database, and even though the data has changed in the database, the loader will not return the new data (caching?)
Is there some caching mechanism built into loaders ? how can I forefully refresh loaders/how do I ensure remix knows to revalidate the correct loader data.
app
Beta Was this translation helpful? Give feedback.
All reactions