Alexander Altotsky
Alexander Altotsky
I updated package.json components to the latest, but I still have the same error. ``` "dependencies": { "@angular-devkit/schematics": "^10.2.0", "@angular/animations": "10.2.3", "@angular/common": "10.2.3", "@angular/compiler": "10.2.3", "@angular/core": "10.2.3", "@angular/forms": "10.2.3", "@angular/http":...
I also create issue at https://github.com/NativeScript/NativeScript/issues/9031
By the way, it's working fine on Android devices.
I had the same issue: `System.Private.CoreLib: Could not load type 'Microsoft.Azure.WebJobs.Hosting.IWebJobsStartup2' from assembly 'Microsoft.Azure.WebJobs.Host, Version=3.0.16.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.` Add NuGet package `` rebuild solution Check the version of the Microsoft.Azure.WebJobs.Hostin C:\Users\[User]\AppData\Local\AzureFunctionsTools\Releases\3.13.0\cli...
Check the version of the Microsoft.Azure.WebJobs.Host.dll in the C:\Users\CURRENT_USER\AppData\Local\AzureFunctionsTools\Releases\3.13.0\cli folder. My is 3.0.19.0
I moved away and end up using compression "compression": "^1.7.4" import * as compression from 'compression';
@gfx I think you just need to include the libzopfli-wasm into the distribution package.