Search Issue Tracker
Fixed
Fixed in 1.21.14
Votes
0
Found in [Package]
1.21.10
Issue ID
ADDR-3352
Regression
Yes
[Addressables] "Cannot set a redirect limit higher than 128 redirects" errors are logged when Hosting is enabled and HttpRedirectLimit is -1
Reproduction steps:
1. Open the “RedirectLimitStripped“ project
2. Open the “SampleScene” scene
3. Enable Hosting (Window > Asset Management > Addressables > Hosting)
4. Build Addressables Groups using the Default Build Script (Window > Asset Management > Addressables > Groups)
5. Ensure Use Existing Build is selected as the Play Mode Script
6. Enter Play Mode and observe the Console
Expected result: “RedirectLimit: 0” is logged without errors
Actual result: “RedirectLimit: 255“ is logged with “Cannot set a redirect limit higher than 128 redirects“ errors
Reproduced in: 1.21.3, 1.21.10 (2020.3.47f1)
Not reproduced in: 1.21.2 (2020.3.47f1), 1.21.10 (2021.1.0a1, 2021.3.23f1)
Could not test in: 1.21.10 (2022.2.16f1, 2023.1.0b13, 2023.2.0a11) (after reproduction steps the Editor freezes and silently crashes)
Reproduced using: macOS 13.2.1 (Intel), Windows 10 (by the reporter)
Notes:
1. Seems to affect only 2020.3
2. HttpRedirectLimit value can be observed in Inspector when selecting Packed Assets in Addressables Groups
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Text render issues and various exceptions in TextCore when using TextSettings option "Match Material Presets"
- NullReferenceException error is thrown when unpacking multiple instances of the same UI Document
- URP Decal Projectors don't render when they are hidden in the Hierarchy, unlike other GameObjects
- Reflection Probe “adjusting number of stops to over or under expose the texture” setting does not update in Scene realtime
- UI Toolkit rendered text breaks when toggling FontWeight styles through code
Add comment