Since moving to v12, saved changes take up to 5 minutes to show in our UI (Cloud Pro)

On our Directus Cloud Pro project (v12.0.2), it now takes up to 5 minutes to see a change in the UI after saving. The write reaches the DB immediately, but reads stay stale for a few minutes.

We believe this relates to the recent move to v12. We noticed GET /items/* returns Cache-Control: private, max-age=300, so we think the data cache got enabled on our instance — but we’re not sure, and we don’t know the right way to fix it on Cloud Pro.

Our frontend is a custom cross-origin app hitting the REST API directly. We tried sending Cache-Control: no-store as a request header, but it’s blocked by CORS.

Has anyone seen this after upgrading to v12? How do you make reads real-time after a write on Cloud Pro?

2 Answers

2

Hey @Yerel sorry to hear this is happening, I’ve raised internally with our team. Please can I get your project URL?

Thank you. Working well!

Hey @Yerel, wanted to follow up with you and let you know this has been resolved, thanks for bringing to our attention.