Skip to content
Discussion options

You must be logged in to vote

Adding CONFIG_STORE,APP_CONFIG to FORCED_IN_MEMORY_CACHE_NAMESPACES and redeploying fixes the issue

This is already the default value:

const FORCED_IN_MEMORY_CACHE_NAMESPACES =
process.env.FORCED_IN_MEMORY_CACHE_NAMESPACES !== undefined
? process.env.FORCED_IN_MEMORY_CACHE_NAMESPACES.split(',')
.map((key) => key.trim())
.filter(Boolean)
: [CacheKeys.CONFIG_STORE, CacheKeys.APP_CONFIG];

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by andormarkus
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #11953 on February 26, 2026 13:15.