Heroku Build API can't fetch source code - heroku

I'm trying to update my app on heroku using node heroku client, but it fails with the message
Unable to fetch source from: https://my-aws-account.s3.amazonaws.com/source.tar.gz?AWSAccessKeyId=...&Expires=...&Signature=...
The source code gzipped tarball is public and fresh during the deploy.
The node-heroku-client seems to follow build api properly. This error occurs after the build has began.
It seems to be a bug on heroku build servers, but I would like to know if someone else had this problem before...

It's a known issue with at heroku, the upstream provider is working on fix https://status.heroku.com/

Related

Heroku app shows up for a while and then gives `Application error`

I have created a MERN app and deployed it on Heroku But it works for a while and then gives Application error. However, the code is fine and on the localhost both the frontend and the backend with MongoDB work perfectly fine and are up and running. I have tried everything I found on the internet. Here's the list of things I've done:
Added the config vars on Heroku (in case someone thinks I forgot that)
Checked the Procfile whether there's any space error
Checked the package.json files and scripts
Tried to update the node_modules and restart Heroku
Made commits and tried to push on Heroku multiple times hoping it was a temporary error
But nothing seems to be working and it's still giving H10 errors. What can I try next?

Critical Caching issue in Laravel Application (AWS Server)

I am facing a critical issue in my application, it is developed in Laravel and Angular. The issue is I am getting the old email templates on live site and on local server I am getting the latest updated one. The process to deloy the code is automatic, I just to commit the code in BitBucket and after that Bitbucket Pipleline push the code to AWS server directly.
I have already run the cache cammands for Laravel and restarted the jobs but still i am getting the same issue. If anyone have expirienced the same issue or have knowledge of the same to resolve, Please guide!
I think you can try one of the following ways to overcome the issue, I faced a similar issue and resolved it by following ways -
Try deleting the cache files manually from Laravel from storage/framework/views
Upload the code directly into AWS for particular module without using the pipeline way
restart your server
This will surely resolve your issue!
Since you are using Laravel and angular application deployed on AWS,
I assume that bit bucket is pushing code and build commands are fired on every push
there are few things which can help you.
Try to build the angular side on every push, since angular builds hashes all the files in the dist folder
Try to delete the Laravel cached files which are stored in storage/framework/views
Check that on that your server is pointing to the right project folder
If any of the points from 1 or 2 works you can automate the process by passing CLI command after every push,
Point 1 and 2 are achievable by passing CLI commands.

Travis CI not finding my app

I have been trying to figure out this error message I keep getting in TravisCI.
The build is set up to deploy to heroku, but it doesn't work. Any thoughts?

Building rocket.chat on heroku server faced error

I wanted to deploy the rocket.chat project on heroku, following the deployment instruction, I have encountered the following error:
"
Can't open /tmp/build_29c97eef7e456d21231bc9eb4751ca67/ringelco-racket-chat-a864ad48b50652f34205d656e8e6d93976ce69e3/packages/rocketchat-livechat/plugin/build.sh
/app/tmp/cache/meteor/.meteor/packages/tap_i18n/.1.8.2.10lihy6.24zh++os+web.browser+web.cordova/plugin.tap-i18n-compiler.os/npm/node_modules/meteor/promise/node_modules/meteor-promise/promise_server.js:116
throw error;
"
I have noticed that some other issues are related to such error (this and this), but nobody has answered it yet!
It would be appreciative if you could help me.
Thanks in advance,
Issue fixed.
I just pulled the latest code from Rocket.Chat.
Followed the step to deploy it on Heroku Rocket.Chat Herokyu Deployment.
You have to use buildpack https://github.com/RocketChat/meteor-buildpack-horse.git.

Howto deploy an static fileserver built with Go to Heroku?

I wanted to deploy an simple static file serevr I built to Heroku but it seems as soons as it is deployed to heroku is crashes immediatly...
I never pushed an Go App to Heroku and I bet my ports config isw wrong...
What confuses me is that it passes th build process and it crashes immeditiatly...
I also uploaded the source code to Github: Sourcecode
I bet there are many errors in the code or something I didn't get right with port forwarding at Heroku but any advices or hints would be great!

Resources