I am encountering a unique situation when trying to pull from the WordPress API to display in a SwiftUI view. There is a several (several) hour delay in the app for rendering the latest posts. Even when I call my fetch posts function it won’t refresh. Power cycling my phone won’t make them refresh. I’ve even created a brand new bare bones app to simply list article titles with a refresh button and still nothing.
I’ve tried almost everything on the client side and nothing has worked, so I have a pretty good feeling the issue is server-side.
Please let me know if you need any additional information from me!
Sounds like a caching issue. Likely server side.