Enketo communication

Hello everyone,

I’m working on an ODK implementation and have integrated the Enketo Core solution. I’m deploying the system on AWS using ECS, but I’ve encountered an issue: Enketo isn’t writing to the Redis Cache in the cloud environment. There’s no error message, it just doesn’t write to the cache.

However, when I run everything locally using Docker Desktop, Enketo is able to write to both Redis Main and Redis Cache without any problems.

I’m trying to figure out if this could be related to Enketo relying on any external APIs to function, or if there’s something specific to my AWS setup causing this issue. Any insights or suggestions would be greatly appreciated!

Thanks,

Francisco