Caching Issue with Strapi, please help.

vasilionHOBBY

8 months ago

So, on one of my websites, the events from my strapi production environment are not being updated. but its only true on one site and only in the production setting.

Example, Event - test event is added in strapi. originally this showed on both my prod and dev environments. now i take the same event and add the word updated after it, or add a new event, i only see these in my local. The code for the site is the same in both settings, the only difference is the end point. however, when i enter the endpoint in the url bar, i get the expected outcome.

This leads me to believe there must be a cache somewhere and its not replacing it. Im not sure what to do to fix this. Any help would be great.

2 Replies

vasilionHOBBY

8 months ago

here are examples attatched. local is expected, prod shouldnt even be possible as that event is updated.


8 months ago

Hello,

Railway does not cache http requests at all.

This would be local cache (browser) or build cache, try setting a service variable NIXPACKS_NO_CACHE=1