-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue exporting large apps (again) #129
Comments
I don't have cycles to dig into a fix, but this is the trace on my end:
|
Mmm I am pretty swamped too, still wanted to report it. And good that you could confirm it, Levi. |
Looks like the same error, yes.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems the issue from 2019 (#83) which prevented >2GB apps from being exported has resurfaced.
Using most recent version (1.19.2), the app export fails for large apps.
Seems the only call in functions/core.ps1 is Invoke-RestMethod, which fails (always?) for large files. The previous solution was to call Invoke-WebRequest instead.
Or is there another way these days to export large apps?
The text was updated successfully, but these errors were encountered: