Does it take for effect to take place in Production

So I made changes to the message for inapp actions in workflow. I have published changes to production but when I'm testing it locally its giving old message. Why's that?
10 Replies
Ask Inkeep
Ask Inkeep3mo ago
Hi @BeardyWeird, I'm an AI assistant for Novu. While a team member reviews this question, I'll look through relevant sources and see if I can provide suggestions. Please tag @Ask Inkeep with any follow-up questions. ----------------------------- While I generate an answer, here are some sources that might be helpful: * Messages * Start Point * Workflows * Glossary -----------------------------
Ask Inkeep
Ask Inkeep3mo ago
Answer The issue you're experiencing could be related to caching, particularly if you're running Novu locally. When changes are made to templates or other configurations, these changes might not immediately reflect locally due to cached data. This is a known behavior discussed in a similar context, where flushing the cache resolved a similar issue for another user working with Novu locally (1) . To resolve this, you could try clearing your cache. If you're using Redis for caching, you can use the following command in your terminal:
redis-cli FLUSHALL ASYNC
redis-cli FLUSHALL ASYNC
This forces a cache flush, which should then allow your local environment to reflect the latest changes you've made to the in-app message content. Keep in mind, this solution was derived from a discussion around a similar issue and might help in your case .
Ask Inkeep
Ask Inkeep3mo ago
Got it. Tagging @Support for additional help.
Tomer Barnea
Tomer Barnea3mo ago
@Pawan Jain can you help us out here?
Pawan Jain
Pawan Jain3mo ago
@BeardyWeird If you check the same workflow in production environment, Do you see this actions in in-app editor?
BeardyWeird
BeardyWeird3mo ago
Yes after promoting changes to production in the in app editor
Novu_Bot
Novu_Bot3mo ago
@BeardyWeird, you just advanced to level 3!
BeardyWeird
BeardyWeird3mo ago
When I test in my development project locally I don't get the updated message Its takes some hours for those changes to come in effect
Pawan Jain
Pawan Jain3mo ago
@BeardyWeird Sorry for inconvenience, I see few more users have reported this. I have shared this issue with our team and i will keep you updated
BeardyWeird
BeardyWeird3mo ago
Okay thanks