Data not shown in prod after deploy

Hello,

I use development workflow, after each deployement, i can’t reach data in my new column, but :

  • My data is ok in my database
  • The forest schema is iso on dev, staging, prod
  • I kill all process then restart with npm

But if i wait like one day (idk how many times) datas are coming back. Is it a cache or something like ? Is it possible to clear it manually ?

Thanks a lot

Hello @Camille_Hurtaud,

Could you please fill in the required info when creating a post on the community forum? It’ll help us a lot identifying your issue.

<!-- Please provide in this **mandatory section**, the relevant information about your configuration: -->
- Project name: ...
- Team name: ...
- Environment name: ...
- Agent (forest package) name & version: ...
- Database type: ...
- Recent changes made on your end if any: ... 

Thanks

  • Project name: Planning
  • Team name: UMF
  • Environment name: staging / prod
  • Agent (forest package) name & version: forest-cli/3.1.3 darwin-x64 node-v14.19.0
  • Database type: mysql
  • Recent changes made on your end if any: …

Hello @Camille_Hurtaud,

Thanks for the clarification.

What do you mean by “I can’t reach my data in my new column”?

Is your column displayed but nothing inside? Is your column hidden? Is it a smart field or some data coming directly from the database?

We don’t have a cache on our side regarding the data, because everything is directly transiting from your agent to the frontend application, but we do have one regarding the configuration of what is displayed on screen and what is hidden.