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
We're trying to migrate our Node.js apps from Windows to Linux. We've been using WEBSITE_RUN_FROM_PACKAGE=1 without any problems but are now running into issues with our Linux deployments. Getting the following deployment error on our api app when trying to run from a zip package on our Linux app plan.
Again this works when deploying to Windows but gives the "Central Directory corrupt." error on Linux. Zip deployments also work when I upload the same zip file directly to the /home/data/SitePackages/ within the scm file manager. We're deploying from storage accounts to get around private endpoints on our resources.
Hoping I'm not stuck here.
The text was updated successfully, but these errors were encountered:
mpalmahsf
changed the title
Central Directory corrupt error when deploying zip when WEBSITE_RUN_FROM_PACKAGE = 1 on linux
Central Directory corrupt error when deploying zip with WEBSITE_RUN_FROM_PACKAGE = 1 on linux
Aug 2, 2024
We're trying to migrate our Node.js apps from Windows to Linux. We've been using WEBSITE_RUN_FROM_PACKAGE=1 without any problems but are now running into issues with our Linux deployments. Getting the following deployment error on our api app when trying to run from a zip package on our Linux app plan.
Our github deployment action script looks like this.
Again this works when deploying to Windows but gives the "Central Directory corrupt." error on Linux. Zip deployments also work when I upload the same zip file directly to the /home/data/SitePackages/ within the scm file manager. We're deploying from storage accounts to get around private endpoints on our resources.
Hoping I'm not stuck here.
The text was updated successfully, but these errors were encountered: