Error trying to deplay a strapi app to heroku - heroku

I am getting this error in the console when trying to deploy
"https://npm.fontawesome.com/#fortawesome/fontawesome-free/-/5.15.4/fontawesome-free-5.15.4.tgz: Request failed \"401 Unauthorized\""
I'm not using font awesome anywhere in the project. Has anyone seen this?

Related

Azure App Service recently started throwing an error: Could not load file or assembly 'Microsoft.EntityFrameworkCore, Version=2.1.4.0

I didn't change anything, and my Azure App Service started throwing the error:
An error occurred while starting the application.
FileLoadException: Could not load file or assembly'Microsoft.EntityFrameworkCore, Version=2.1.4.0 ...
Which seemed odd, so I tried adding Microsoft.EntityFrameworkCore v2.1.4 with Nuget, and from that i just get a white error screen with
This page isn’t working
[WEBSITE] is currently unable to handle this request.
HTTP ERROR 500
With no other errors.
This all works perfectly fine locally (as always...) - I am not sure where to go from here? Any ideas? Thank you.
The error is because of the different versions between packages.
Please use this command in PM.
Install-Package Microsoft.VisualStudio.Web.CodeGeneration.Design -Version 2.0.3
For more details, you could refer to this issue.

Archive URL not found when trying to deploy using heroku buttons

I am facing an error while trying to install an app using a heroku button (https://heroku.com/deploy?template="app_url").
This used to work all the time. Am I missing anything?

How do I fix an Invalid Host Header error when deploying my react app to Heroku?

I'm having difficulty deploying my react app to Heroku. It runs locally just fine.
I keep getting the error Invalid Host Header when I go to the page: remiix.herokuapp.com
My repo is: https://github.com/hopeatina/remiix
I've tried using just proxy in package.json: "localhost:3001/"
I've tried using concurrently, as described here
I don't know what else to do and would like any enlightenment as to what I'm doing wrong.

Deploy angular-meteor on server?

I'm using Angular(Ionic)-Meteor method (http://www.angular-meteor.com/) to create my app. It worked local perfectly.
However, when I put it on Paas server like Heroku, OpenShift, I got error with angular like this (from browser console):
Error: [ng:areq] Argument 'InboxCtrl' is not a function, got undefined http://errors.angularjs.org/1.5.3/ng/areq?p0=InboxCtrl&p1=not%20aNaNunction%2C%20got%20undefined
This error show at both server (Heroku and OpenShift)
Has anyone done this before and can help me with deploying my app?
I've already solve my problem.
In case anyone else need it:
https://forums.meteor.com/t/deploy-angular-meteor-on-openshift/25333/2
Thanks.
Close now.

Is there an issue with Eclipse plug in for Heroku?

I m using Eclipse plugin to deploy new application on Heroku. However recently when I m trying to create a new app I get the following exception from Eclipse at the stage where I select a template app:
An unknown error has occurred. If this error persists, please follow up with Heroku support.
com.heroku.api.exception.RequestFailedException: Unexpected app exist status statuscode:401 responseBody:{"id":"unauthorized","error":"Unauthorized"}
I understand that it has to do with authorization. However I cannot find the way to check my credentials that I have provided to the Eclipse plugin. As far as I remeber the credentials are given during the next step , once you have selected and named your template app.
Anybody knows if there is a problem with eclipse plug in for heroku?
Thank you.

Resources