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
"Offset to Central Directory cannot be held in an Int64." on **S1 pla**n
"Number of entries expected in End Of Central Directory does not correspond to number of entries in Central Directory." on P1v2 plan
it seems the .zip file generated by "azure tool: deploy to webapp" process was somehow facing issue at the web app end. below are some tracing at the server end when I try to unzip the file manually.
Archive: /c/local/Temp/zipdeploy/p5gtz44z.zip
error [/c/local/Temp/zipdeploy/p5gtz44z.zip]: missing 11854 bytes in zipfile
(attempting to process anyway)
inflating: /c/local/Temp/zipdeploy/extracted/static/css/18.641ade96.chunk.css.map
inflating: /c/local/Temp/zipdeploy/extracted/static/css/19.142bee5e.chunk.css
inflating: /c/local/Temp/zipdeploy/extracted/static/css/19.142bee5e.chunk.css.map
inflating: /c/local/Temp/zipdeploy/extracted/static/css/20.31b5b8b4.chunk.css
inflating: /c/local/Temp/zipdeploy/extracted/static/css/20.31b5b8b4.chunk.css.map
error [/c/local/Temp/zipdeploy/p5gtz44z.zip]: attempt to seek before beginning of zipfile
(please check that you have transferred or created the zipfile in the
appropriate BINARY mode and that you have compiled UnZip properly)
(attempting to re-compensate)
file #1: bad zipfile offset (local header sig): 0
(attempting to re-compensate)
error [/c/local/Temp/zipdeploy/p5gtz44z.zip]: attempt to seek before beginning of zipfile
(please check that you have transferred or created the zipfile in the
appropriate BINARY mode and that you have compiled UnZip properly)
error [/c/local/Temp/zipdeploy/p5gtz44z.zip]: attempt to seek before beginning of zipfile ...
It was all working fine before and i've upgraded to Azure Tools 1.2.0 some time ago.
The text was updated successfully, but these errors were encountered:
hi,
i've encountered
it seems the .zip file generated by "azure tool: deploy to webapp" process was somehow facing issue at the web app end. below are some tracing at the server end when I try to unzip the file manually.
It was all working fine before and i've upgraded to Azure Tools 1.2.0 some time ago.
The text was updated successfully, but these errors were encountered: