4.84-RN#25604
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🔴 CRITICAL
One confirmed high-severity issue: the build_path for 4.84.0 appears to be an unfilled placeholder ("//") that will break installer download links. Please fill in the correct build ID before merging.
|
|
||
| {{< release-date date="2026-07-27" >}} | ||
|
|
||
| {{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.84.0" build_path="//" >}} |
There was a problem hiding this comment.
[HIGH] build_path="//" appears to be an unfilled placeholder
Every prior release uses a numeric build path (for example, /234302/ for 4.83.0, /233772/ for 4.82.0). The value "//" does not match that pattern and will produce a malformed download URL — users clicking the installer links for 4.84.0 will get broken links.
Replace "//" with the correct numeric build ID for this release before publishing.
Description
Related issues or tickets
Reviews