I can’t get asset updates, and I need to delete the cache every time to re-download the latest version. I use a system proxy, which can search and download assets from the asset store, but cannot update. The error message is
[Package Manager Window] Error while getting product update details: 404 Not Found. Something went wrong. Please try again later. [Error 404
UnityEditor.AsyncHTTPClient:Done (UnityEditor.AsyncHTTPClient/State,int)
The specific error message is
[Package Manager Window] Error while getting product update details: 404 Not Found. Something went wrong. Please try again later. [Error 404
UnityEngine.Debug:ExtractStackTraceNoAlloc (byte*,int,string)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
UnityEngine.DebugLogHandler:Internal_Log (UnityEngine.LogType,UnityEngine.LogOption,string,UnityEngine.Object)
UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[])
UnityEngine.Logger:Log (UnityEngine.LogType,object)
UnityEngine.Debug:Log (object)
UnityEditor.PackageManager.UI.Internal.AssetStoreClientV2/<>c__DisplayClass27_0:<FetchUpdateInfos>b__1 (UnityEditor.PackageManager.UI.Internal.UIError)
UnityEditor.PackageManager.UI.Internal.AssetStoreRestAPI/<>c__DisplayClass34_2:<HandleHttpRequest>b__3 (UnityEditor.IAsyncHTTPClient)
UnityEditor.AsyncHTTPClient:Done (UnityEditor.AsyncHTTPClient/State,int)
I think this is because Unity requests https://packages-v2.unity.cn/ instead of https://packages-v2.unity.com. How can I make it access https://packages-v2.unity.com?