How to deploy the application of bodgeit store on Heroku - javascript

the bodgeit store (https://bodgeit.herokuapp.com) was running on that same url. now its not working and I wanted to host it again but new for Heroku.
Here is the GitHub link for that application (https://github.com/psiinon/bodgeit). I tried deploying it on herokuapp but it failed with error "not able to identify Buildpack"
Can you please tell me that process to deploy it on Heroku app?
Thanks in advance!

Related

getting javax.mail.AuthenticationFailedException on heroku

I am Using Heroku to deploy my java spring boot backend which utilizes the javamailsender. When testing locally before deployment, I was able to send emails and receive emails thru the application. But, ever since I deployed it on heroku, I have been receiving error whenever I try to send email.
Error Sending Email: Authentication failed; nested exception is javax.mail.AuthenticationFailedException: 534-5.7.9 Application-specific password required. Learn more at
2020-07-17T01:00:29.110458+00:00 app[web.1]: 534 5.7.9 https://support.google.com/mail/?p=InvalidSecondFactor r188sm8440648qkf.128 - gsmtp
2020-07-17T01:00:29.110462+00:00 app[web.1]:
I have seen plenty of articles/discussion forum where users encounter such problem and I tried to resolve using the solution that was given but was unsuccessful. I have the 2-Step-Verification on and turned on the less secure app but no luck. I also saw that doing App Password helped solved the issue but didn't really understand how to go about that in terms of my app on heroku. I have react frontend hosted on firebase and spring boot backend hosted on heroku. Any help would be appreciated. Thank you!
Nvm, I figured out what was causing this error. I guess I had to create an App Password and use that password that was created inside my application.properties.

Npm crashing error when trying to deploy build

I am working on a Discord Bot and trying to host it off of Heroku. I ran into this particular error while going through this process and I am unsure how to proceed.
I am unsure what to try here or what these errors mean. This shows up in the Heroku logs for my app.
I am just trying to use Heroku to host my bot but this am running into this issue while attempting to do this.

How login with okta oauth in new heroku app

I am using okta oauth in my express-node js app. When I deploy and run the new app in heroku and go through the login page I am getting 404 status code. For some reason, I’m not able to authenticate the legitime of my third part okta app. However, locally, it seems every things are working as expected.
There is anyone of you can help and support it? Thx

Cloud foundry nodejs sample app not working

I'm just beginning to use cloud foundry.
I ran this node js sample app of cloud foundry on predix (I just changed the app name in manifest.yml). The code is fine locally and can be pushed to the cloud using cf CLI. The app status in the console is started for both of them. But when I go to the URL, the site can't be reached. Please help.
Edit
The microservice template is not running locally.
In the cloud, make sure you're using the https:// protocol. This is required in Predix cloud.
Locally, what errors do you see?

build error while deploying a html application in heroku

I have uploaded a html application in github but while trying to deploy it in heroku I am getting this error:
No default language could be detected for this app.
HINT: This occurs when Heroku cannot detect the buildpack to use for this application automatically.
See https://devcenter.heroku.com/articles/buildpacks
! Push failed
Set this buildpack https://github.com/heroku/heroku-buildpack-static
$ heroku buildpacks:set https://github.com/heroku/heroku-buildpack-static.git

Categories

Resources