laurenceputra / smu-paypal-2015

NodeJS application that integrates the endpoints required for Billing Agreements
2 stars 37 forks source link

Heroku App Deployment Problem #2

Open AirGuitar opened 9 years ago

AirGuitar commented 9 years ago

Hey laurence i tried deploying my app up to heroku through the github connection thing but it failes to build and says Push rejected, no Cedar-supported app detected any idea what i need to do ?

laurenceputra commented 9 years ago

what language is your app in?

AirGuitar commented 9 years ago

just html but adding your paypal code in also

AirGuitar commented 9 years ago

https://github.com/AirGuitar/airguitar my repository

laurenceputra commented 9 years ago

if you take a look at the Procfile, it says

web: npm start

and in package.json, npm start does

node paypal.js

if you see your project, there's no paypal.js in the root folder

AirGuitar commented 9 years ago

Hahah hey thanks man! managed to get my app to show something but somehow all my bootstrap js etc all not working hahaha any idea why ? its working well on localhost haha

laurenceputra commented 9 years ago

hi, what do you mean. all your JS is loading fine for me leh

AirGuitar commented 9 years ago

!! i found out what's the problem already it says that it's loading some unauthenticated scripts on the page and chrome automatically prevents it from running. Is there anyway to overcome this ? authentication

laurenceputra commented 9 years ago

oh that issue, convert all the css/js sources from other sites to use // instead of http