You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(apps): include app_builder_id in the missing-URL warning
app_builder_id is present whenever this warning fires, except for a narrow
DB invariant violation in the backend's upload no-op path (documented in
app-builder-code's service.go) that shouldn't occur in normal operation.
Surfacing it alongside the display name gives an unambiguous reference:
disambiguates if multiple apps share a name, and is directly usable by
anyone who already knows their org's domain.
Extracted the message construction into buildMissingAppUrlWarning to
avoid duplicating the ID-suffix logic across the upload and release call
sites. Added a test for the edge case where app_builder_id is also absent,
confirming the suffix is omitted rather than printing something broken.
0 commit comments