Meteor 1.6 build error logs - meteor

I have a problem building my Meteor 1.6 app. The building process gets stuck at:
=> Started proxy.
=> Started MongoDB.
I don't see any errors and I can't reach my app.
I updated all meteor and npm packages...
Anyone an idea where I could find hidden errors?

Related

Client Side Blazor throwing 500.31

On last Thursday everything was running fine with my client side Blazor app. Then today I started to get two new errors.
There was no runtime pack for Microsoft.AspNetCore.App available for the specified RuntimeIdentifier 'browser-wasm'
At first this issue didn't seem to be a problem because everthing still compiled. However, when I run the app I get the below error:
HTTP Error 500.31 - ANCM Failed to Find Native Dependencies
If you follow the link on the page it basically says that you do not have the runtime installed.
I had .Net 5 preview 8 installed, so I upgraded to .Net 5 rc 1 and the issues still remains. Has anyone seen this before?
Also, when the app builds nothing is placed into the debug folder.
Thank you,
Travis Pettry
Had the same issue (There was no runtime pack for Microsoft.AspNetCore.App available for the specified RuntimeIdentifier 'browser-wasm') and finally got it working.
In my case, the error wasn't the result of the Blazor project itself, but a referenced project in the same solution.
Check the related Stack Overflow question for the answer provided there.

After installing of windows hosting bundle, still getting HTTP Error 502.5 - Process Failure error in .Net core 1.1.0

I am getting HTTP Error 502.5 - Process Failure error while running the application. When I execute dotnet C:\app.dll on command line, it gives me below message
I installed windows hosting package 1.0.4-1.1.1 and 1.0.5-1.1.2 but no luck. It is still complaining the same.
Can anyone please help me out. I already spent my whole day trying to fix this issue.
Have you installed correct .net core version? Basically issue above that the server unable to detect that .net core has been installed on the server. Check your web.config file again, maybe this post http://dotnet4europeanhosting.hostforlife.eu/post/European-ASPNET-Core-Hosting-HostForLIFEeu-How-to-Fix-Error-5025-Process-Failure-in-ASPNET-Core.aspx can help you.

Upgraded from Azure 2.4 to Azure 3.0 but unable run locally now

So recently I upgraded my ASP.NET project up to Azure 3.0 for .NET from Azure 2.4 for .NET.
Now, I am running into the issue of being unable to run my project locally using CloudBuild on my machine. When attempting to debug it, it will open up, then exit silently without throwing an error.
Does anyone have an idea of what might be going on or what I should be changing to run my project locally again?
Thanks!
cmeks

Azure deployment issue after solution conversion to VS2017

I have a .net core web app written using VS2015 and deployed in Azure.
Recently I have moved to VS2017 and it forced me to convert my web app solution so that I can develop it in new VS. I did this and there were no issues.
Then I made a minor change in my app and commited that change to github. Once I did it, Azure has started to build new version as it is configured to automatically deploy current version of app from github.
the issue is that after solution conversion to VS2017 i cannot deploy it in azure. I constantly get an error:
D:\home\site\repository\WebApp\src\WebApp\WebApp.csproj(84,5): error
MSB3073: The command "dotnet bundle" exited with code 1. Failed
exitCode=1, command=dotnet publish "WebApp\src\WebApp\WebApp.csproj"
--output "D:\local\Temp\8d481c16c48679f" --configuration Release
Can any one help me, I'm not very experienced in VS IDE, I think it might be something with project properties or references.
thank you in advance
In the .csproj file, please get rid of any references to "dotnet bundle" as well as the NuGet package "BundlerMinifier.Core". When you've done that and it compiles correctly, you can install the NuGet package "BundlerMinifier" which will add build time support through MSBuild now in .NET Core apps too

firebase list shows no apps

Just reinstalled my mac and when I cloned my code that has been deployed to firebase hosting in the past, is now not deploying. I installed firebase tools
npm install -g firebase-tools
Then I run the following command in the project main directory
firebase login
firebase list
My app is not being displayed. I know things have switched over to google but not sure what to do to solve this. Thanks
Firebase-tools version
2.2.1
Firebase tools is upgraded to 3.0.0 right now if you've migrated over.
https://www.npmjs.com/package/firebase-tools
v2 of Firebase is not completely forwards compatible to the migrated instances. I'd highly recommend that you update.

Resources