Addressable load error

In a release build some addressables fail to load with this error, they are all local bundles.

ArgumentNullException: Value cannot be null.
Parameter name: _unity_self
UnityEngine.ResourceManagement.Util.UnityWebRequestUtilities.IsAssetBundleDownloaded

have you solved? I maybe met same error…

Updating addressables solved the issue.

Come on, Unity. Why is this not a part of the build process? Is the intended workflow that you store them in the version control and manually rebuild them all on updates? If so, there will be a never ending flood of builds working on platform X but not on Y, only because you missed one rebuild.

hm…what version? I am using Unity 2021.1.16f1, addressable newest version Version 1.16.19 - April 15, 2021

and I met error ( ArgumentNullException ) at windows standalone build. (no problem when run at unity editor), of course did addressable Build-New Build-Default Build Script.

I’m now using the beta as there were breaking bugs in the LTS, I’m now on 1.20.5, there is 1.21.0 but that breaks completely for me.