For anyone doing this today, Git has changed master to main. So instead of git push heroku master, replace master with main and it should work. Also, thank you for the tutorial :) It's very helpful
@Steviec633 жыл бұрын
master also appears to still work ok
@vikramadithyaanand7593 жыл бұрын
@@Steviec63 Wasted so much time on this while building an app.
@ells1013 жыл бұрын
@@Steviec63 It depends on the version of whatever language you might be using. e.g. my ruby 3.0.0 wont accept master but 2.7.3 will.
@maulindusarkar45813 жыл бұрын
Been there, done that! :)
@bean_odinson3 жыл бұрын
I did 'git push heroku main' but it didnt work, then I did 'git push heroku' and its working.
@awaisyousaf2 жыл бұрын
Github interation is out due to some data breach, this video probably saved my career. Thanks!
@chaunpt24043 жыл бұрын
Thanks a lot. It's very useful. 5 minutes to watch video and 10 minutes to really publish the app.
@anuragchatterjee2413 жыл бұрын
Thank you. Learnt a new way of deploying web apps using heroku. :-)
@fabioesini90923 жыл бұрын
Hello, does Heroku have 1000 free hours PER MONTH? thanks
@anuragchatterjee2413 жыл бұрын
@@fabioesini9092 Hi ! Actually I don't know about that. You can check in their official website. :-)
@fabioesini90923 жыл бұрын
@@anuragchatterjee241 ok thanks
@infoentertainia3 жыл бұрын
Really good Tutorial. Salute to you. Love from Pakistan.
@thatsalot35772 жыл бұрын
Short and concise, perfect !
@gojamoja67194 жыл бұрын
amazing man its a great tut !! just subscribed
@salmafatia84782 жыл бұрын
omg so helpful, thank you so much!!!
@m.b31912 жыл бұрын
Heroku won't be free as from November
@yashsahu24883 жыл бұрын
heyyy this really helped me a lot..thanx for it
@happyjohn16564 жыл бұрын
Thank you! 11:43 PM 4/2/2020
@blidosawr4 жыл бұрын
bro why did you add a timestamp here?
@lordensi16034 жыл бұрын
Ha ha ha ha 12:00 pm 1/2/2021
@winterfuyu74123 жыл бұрын
that's bullshit 11:39 am 05/05/2021
@happyjohn16563 жыл бұрын
@@winterfuyu7412 :) 2:38 PM 5/24/2021
@nicopoke113 жыл бұрын
thanks!! saludos desde Chile 🇨🇱
@bsummer3 жыл бұрын
This was resourceful
@Scrubzei4 жыл бұрын
Thanks! Extremely useful
@frankseo48234 жыл бұрын
Brilliant video!
@alakdam39705 жыл бұрын
I wanted to deploy my app in Heroku. I separated my app into two folders (frontend and backend). Backend build on Node js and frontend build on React js. Would you please suggest me, how to deploy the app.
@CodingSrc4 жыл бұрын
alak dam you should deploy the backend to heroku. For the front end if its a react or angular its easy to deploy it to github pages. To connect the frontend with the backend use env variables to set the backend server address. Hope this helps :)
@ahmadalghali903 жыл бұрын
use heroku to deploy your backend rest api and use netlify .com to deploy your frontend... that is if your app uses http requests to communicate with backend api
@OscarGomez-jz8ue3 жыл бұрын
Thanks dude :)
@mmartinhuerta2 жыл бұрын
thank you for this video
@eljoven7323 жыл бұрын
mine is not working when i type "heroku login" it says "The term 'heroku' is not recognized as the name of a cmdlet"
@JTDM3 жыл бұрын
I saw that solidity ide... ❤️
@hakimhamaili3 жыл бұрын
thank you it worked !
@spotagenius14174 жыл бұрын
can you make a video demonstrating how to get alerts when someone interacts with a contract on etherscan
@RomanKnav2 жыл бұрын
Thank you Sir!
@sheev49583 жыл бұрын
thanks a lot, bro! it worked!
@legitguy38573 жыл бұрын
Do u want a heroku acc?
@iJuce3 жыл бұрын
youre from bulgaria? mee to XD (subbed)
@akashastral60184 жыл бұрын
When i open vs terminal it says heroku is not recognized as program... Whereras i run the same procedure from Windows cmd promt for heroku login it works... Why is this happening??
@gambo20033 жыл бұрын
amazing explanation thank u
@royalstranger3 жыл бұрын
How to install Java jar files in Heroku app for discord app. What's the requirements. Please make a video on Java
@ouza14303 жыл бұрын
Thank you so much , you saved me with this
@midhunmanu0072 жыл бұрын
thank you very much sir
@heardlessmusic4 жыл бұрын
THANK YOU SO MUCH
@rekhak9803 жыл бұрын
thank you so much sir it helped a lot
@akhiltony26723 жыл бұрын
Im constantly facing timed out error in the build log .. do you have any idea ?
@varnanthirugnanasambandan5594 жыл бұрын
Thanks! very useful
@nematolvajkergetok51043 жыл бұрын
Looks like my comment with a link to my article on how to deploy Typescript was deleted...
@Computrix10004 жыл бұрын
it won't work for me cuz of dyno heroku ps:scale web=1 won't work Edited: nevermind now the app won't open it crashed due the error H10 please help!
@adamantine0015 жыл бұрын
thanks a lot, got little confused when trying to add the files to the repo, turns out I have not opened the project folder. Now I just need to find out how to connect my files to a db and import sql files. Does Heroku have a db service ?
@moazelsawaf20004 жыл бұрын
Thanks a lot sir ❤
@lilia19233 жыл бұрын
hello, can you have a video on how to deploy using vuejs and django?
@rayquazacoder71042 жыл бұрын
what you did for localhost port
@fabioesini90923 жыл бұрын
Hello, does Heroku have 1000 free hours PER MONTH? thanks
@lisandrogomez15653 жыл бұрын
Good video
@getfastfish50204 жыл бұрын
no explanation whatsoever how you got form command prompt to the node.js project >_>
@Jhonny6102 жыл бұрын
Noob here, what should I replace localhost:3000 with in order for my app to work in Heroku?
@Jhonny6102 жыл бұрын
Context: my app does simple get requests to a MongoDB database
@vishalrc69033 жыл бұрын
When I add a media file to my VS it shows read- only ...even after I unchecked it from the folder it's present ..it still shows the same and I couldn't view my file in the webpage...how to solve it?...and in the output which is in the bottom of VS beside terminal it shows cannot access files from storage ...how to solve these problems ...can you please tell me?
@Avery_Silva Жыл бұрын
If you have an unwanted file in your "commit" try >git status >git rm >git commit -am "initial commit" >git push heroku main
@zebasyed84743 жыл бұрын
Can you help me in changing access of my project so that everybody can see the project.
@MeanEyedDog3 жыл бұрын
thanks a lot!
@manogaransa28142 жыл бұрын
I am getting a below error "Unable to get local issuer certificate". Please help on this heroku login Warning: Ignoring extra certs from `C:\path\to`, load failed: error:02001005:system library:fopen:Input/output error » Warning: heroku update available from 7.53.0 to 7.63.4. heroku: Press any key to open up the browser to login or q to exit: Error: unable to get local issuer certificate
2 жыл бұрын
thanks it worked but not the database, it won't let me log in haha
@euphydevv4 жыл бұрын
Hello, how to upload images or view images in heroku?
@Krispykrissy084 жыл бұрын
Someone please comment a heroku app proxy I need one 😫🥺
@akcoder9744 жыл бұрын
Its showing like git is not recognized as internal and external command operable program or batch file.
@nielssmith94094 жыл бұрын
Thanks!
@pineforest83162 жыл бұрын
Now HEROKU DOESNT WORK! but this video good
@alexissuarezalvarez56223 жыл бұрын
Hello, I am new to heroku. How many projects can I deploy for free and for how long? It also happened to me that when I use the application (from heroku), after a while it returns to its original state (when I deployed it for the first time)
@himaliamit86982 жыл бұрын
5 ,if you try to publish more than 5 heroku will either command you to delete older projects or start a charging you.
@lucasphillips21773 жыл бұрын
git push heroku master isn't working, I'm getting an error: "error: failed to push some refs to 'git.heroku.com/lucas-nba-ml.git'"
@charlieburrows39453 жыл бұрын
same, did you manage to fix it?
@boco69693 жыл бұрын
try main instead of master
@hardikvegad35083 жыл бұрын
how to compress our file so it does not exceed 500MB in heroku
@ritiksoni69764 жыл бұрын
my slug size is greater then 700 mb is it possible that i can deploy it on heroku
@vaniad5554 жыл бұрын
Path fixer for Mac please, if you can.
@pujachaudhury10694 жыл бұрын
Where do I add an wxternal javascript file?
@erenymn3 жыл бұрын
I really do not understand why the heck I can't just upload my simple main.py and just run it. these terminal git etc. keeps me away from learning programming.
@darkonofficial81762 жыл бұрын
why after writing "git add ." that's nothing happends
I have this issue, as well have you managed to fix it?
@bitrif4 жыл бұрын
Does Heroku automatically run npm install on the server?
@raedeguzman96644 жыл бұрын
When I'm trying to open the app it says forbidden 403, what should i do to fix this? Can anyone please help me?
@isaacengineer22804 жыл бұрын
You don't have permission to access the app. You want to check your Procfile to make sure your setting is correct.
@adeshpatil47923 жыл бұрын
man was having 18 eth 🔥
@filosuu2 жыл бұрын
I hope you didn't sell those 18 ETH
@musehall42622 жыл бұрын
right haha good eye.
@NormalNick3 жыл бұрын
Do you still hodl that 18 eth xD
@BieAnimation4 жыл бұрын
Thanks
@himaniasgola4 жыл бұрын
awesome
@pwntastic44483 жыл бұрын
that eth is treating you will now. hello from the future
@peppydude96564 жыл бұрын
facing an error after the heroku open- website shows application error. (stackoverflow.com/questions/63380532/deploy-heroku-with-flask)
@purubaranwal81492 жыл бұрын
Only two problems : Ensure P is Capital in Procfile. & The replace 'credentials' to 'config' in text written in setup.sh file or make a new setup.sh file as teacher has made, delete old one.
@themindstorm99475 жыл бұрын
Could you help me with an issue? I have an node express app, and deployment gets stuck with: remote: > node index.js remote: remote: listening on 3000 Do you know what to do?
@CodingSrc5 жыл бұрын
TheMindstorm Yes you need to use port env that is for the heroku server. Here is more info about it -> help.heroku.com/P1AVPANS/why-is-my-node-js-app-crashing-with-an-r10-error
@DeadShotxD4 жыл бұрын
sir getting error when installing heroku
@sheriffibrahim10653 жыл бұрын
this is kinda outdated but still cool
@ramym.moustafa25074 жыл бұрын
Error Multiple apps in git remotes
@aryapashaa4 жыл бұрын
how to solve 500 Server Error ?
@orangutan123214 жыл бұрын
git init wont work. I downloaded it too
@jogeshgupta17342 жыл бұрын
i get reinitialised git repo
@positive.stories4 жыл бұрын
heroku login doesnt work
@monsieur_piyushsingh4 жыл бұрын
You can use "heroku login -i" in terminal.
@rajendrachoudhary90984 жыл бұрын
When it will ask u to open u have to allow it by enter key
@amandaibraim82364 жыл бұрын
How can I added my nome-mudules in my gitignore file?
@CodingSrc4 жыл бұрын
create a '.gitigonore' file and add 'node_modules/' there
@CodingSrc4 жыл бұрын
alternatively you can install this extention: marketplace.visualstudio.com/items?itemName=codezombiech.gitignore Then: - press f1 and type gitignore & run it - Then create a Node.gitignore - it will add a bunch of files that should be ignored.
@WiseManAfterCalamity3 жыл бұрын
i am a noob can anyone tell me how i can open my app in visual code
@naokimc3 жыл бұрын
Bruh right click on the folder and click open with code