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 faced an issue with pages that are lazy loaded and split chunked in new releases.
after every new release when users navigate to pages that never touch this page before gets the following error or 404:
"Failed to fetch dynamic import module: ..."
I implement cache-control header for pages, however users never see the certain page before this page is not in the cache.
how can I solve this problem? is precaching a good solution?
The text was updated successfully, but these errors were encountered:
Hello guys,
I faced an issue with pages that are lazy loaded and split chunked in new releases.
after every new release when users navigate to pages that never touch this page before gets the following error or 404:
"Failed to fetch dynamic import module: ..."
I implement cache-control header for pages, however users never see the certain page before this page is not in the cache.
how can I solve this problem? is precaching a good solution?
The text was updated successfully, but these errors were encountered: