Addressable loading error in android

hello.

I am currently developing a project that supports Windows, Mac, iOS, and Android.

Recently, we’ve been struggling with the Android build size limit and for some resource loading, we’ve started using Addressables and are using a remote server (AWS).
(On Android, the aab is about 1.3GB).

I don’t have any problem on other platforms, but only on Android I have a problem with loading the addressable;
For reference, the problem is when I run the app published in the store.

If you look at the error, it says that the key is not found.
'UnityEngine.AddressableAssets.InvalidKeyException' was thrown, No Location found for Key=xxxxxx'

The strange thing is that it worked fine in previous builds.

If anyone else has experienced the same problem when using Addressables on Android, I’d appreciate your help.