Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

[Bug] Solution export fails again on 9.2.26091.144 — code app package container missing (404 in GetBlobBytes) for every publish since 2026-09-24 ~08:00 UTC (regression of #464)

Abierto
#467 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
5/5
Tiempo estimado
Más de una semana
Aptitud para principiantes
20/100
Tipo de issue
Error
Claridad
Necesita aclaración
Estado de actividad
Activo
Stack tecnológico
typescript, vite
Área
cloud, devops

Línea de trabajo

No repository file or test is named. Begin by reproducing the failure with pac solution export and compare a working and broken code app using the listed container and package-blob checks; use the support case and captured ActivityIds to determine whether an actionable repository change exists. Done means code app versions consistently retain their package containers and export successfully through pac, the maker portal, and the Web API.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

bug

Follow-up to #464 / #454, which were closed as fixed on 2026-09-22. We see the problem again, with a slightly different signature.

Environment
  • Region: Germany (crm16), Dataverse 9.2.26091.144 (DEV and target env)
  • Publish client: pac 1.52.1 (pac code push), @microsoft/power-apps ^1.2.5, Vite 7
Symptom

pac solution export / maker portal / Web API export (managed and unmanaged) fails with "An unexpected error occurred". Async operation message:

HttpRequestException: 404 (The specified resource does not exist.)
  at StorageBlobDataProvider.GetBlobBytes
  at CanvasAppHandlerInternal.MarkBlobForExportAndUpdateXmlNode
  at CanvasAppHandlerInternal.AddBlobFileXmlNodes
  at CanvasAppHandler.ExportItem

(#464 had 401 NoAuthenticationInformation in ListBlobNamesAndUrisInContainer — the listing seems fixed, but the package blob itself is not there.)

Observations

Using the same check as in #464 (anonymous ?restype=container&comp=list on properties.appUris.codeAppPackageUri), plus container properties and a direct index.html GET:

App (same env) Last publish (UTC) Container Solution export
App A 2026-09-24 05:22 exists (200) ✅ works
App B 2026-09-24 08:26 … 2026-09-25 06:16 (18 publishes) 404 – resource does not exist ❌ fails
App C 2026-09-21 12:19 404 (not tested)
  • App B's version history: all 28 versions up to 2026-09-09 have a readable container, all 18 versions since 2026-09-24 08:26 UTC have none. 5 consecutive republishes on 2026-09-25 06:15–06:16 UTC: all 404.
  • App A had two broken versions on 2026-09-21 and good ones again from 2026-09-23 — so it is intermittent/server-side, not app-specific.
  • A solution import into the target env on 2026-09-24 05:24 UTC also produced a version without container.
  • Same storage account and container naming pattern for good and bad versions; no difference in app metadata (almMode, status, client versions).
  • The apps themselves still run in the player; only the export path is broken.
Impact

All ALM routes for code apps are blocked again (export, pipelines, solution checker). The only practical advice until a fix: don't republish a code app that still exports.

A Microsoft support case has been opened; ActivityIds / async operation IDs / timestamps can be shared privately.

Lenguaje dominante
TypeScript
Estrellas
504
Forks
145
Merge medio
4 h 3 min
PR fusionados (30 d)
1

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de microsoft/PowerAppsCodeApps

Todos los issues de microsoft/PowerAppsCodeApps

Issues similares

Más issues de TypeScript

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.