colbyfayock/next-wordpress-starter

Wordpress Backend Update post, But Frontend Apollo Cache Remain Old Version

zheskiel opened this issue · 2 comments

when we updated a post in the wordpress admin panel, the changes are not showing up in the frontend site.
I think the issue come from apollo client's cache.

is there any ways to counter this issue, so we can immediately see the changes when we hit the update button on the wordpress admin?

Best regards

that looks like a similar issue to #286

the last comment there has what their solution was, maybe give that a try?

Hi @colbyfayock, thanks for your reply!

Sure, I will give it a try :)