await Addressables.InitializeAsync();
foreach (var resourceLocator in Addressables.ResourceLocators)
{
foreach (var location in resourceLocator.AllLocations)
{
Debug.Log(location.InternalId);
}
}
https://PROJECTID.client-api.unity3dusercontent.com/client_api/v1/environments/production/buckets/BUCKETID/release_by_badge/latest/entry_by_path/content/?path=/cardinformations__13348d5bdb2bcb0602d3f59dcabdf777.bundle
This is due to the location. InternalId.
cardinformations__13348d5bdb2bcb0602d3f59dcabdf777.bundle does not exist in the above path.
If you build a new one, delete the cache, or delete the Library and Addressable Data, the bundle will survive.