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 CacheResetService only contains the best_it_contentful.cache.pool.delivery cache pool. But the updated Contentful entry could be in best_it_contentful.cache.pool.routing too, because the ContentfulSlugMatcher saves the complete entry result in best_it_contentful.cache.pool.routing.
Currently, updated sites in Contentful will not receive the application.
The text was updated successfully, but these errors were encountered:
@avareldev Does this issue is related to our problem today?
Yes. But your customer is using the same cache for routing and delivery, so that is not the true problem for your problems 6 days ago. But nonetheless, this should be fixed generally!
The
CacheResetService
only contains thebest_it_contentful.cache.pool.delivery
cache pool. But the updated Contentful entry could be inbest_it_contentful.cache.pool.routing
too, because theContentfulSlugMatcher
saves the complete entry result inbest_it_contentful.cache.pool.routing
.Currently, updated sites in Contentful will not receive the application.
The text was updated successfully, but these errors were encountered: