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
To enable nextjs app have a way to 'refresh' the cached content from the 'public' folder after the app started.
Non-Goals
Background
As explained in #61673, after the nextjs app is started, the content in 'public' folder will be static, and when there is a new image added to the public folder, it is not accessible from service of the app, is it possible to add an API to let the nextjs app to refresh the 'cache' by the content in public folder?
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.
-
Goals
Non-Goals
Background
As explained in #61673, after the nextjs app is started, the content in 'public' folder will be static, and when there is a new image added to the public folder, it is not accessible from service of the app, is it possible to add an API to let the nextjs app to refresh the 'cache' by the content in public folder?
Proposal
To add an API so that the app can refresh cache.
Beta Was this translation helpful? Give feedback.
All reactions