2
votes
0answers
67 views

Add Post support to Hubot

I am trying to add the http-post-say.coffee script to a hubot app which is hosted on Heroku. The documentation indicates that once you add the script then it creates the '/hubot/say' route which ...
2
votes
0answers
394 views

Heroku Node.js sample facebook app does not work in Google Chrome

The Heroku app i'm trying to get to work (code here): https://github.com/heroku/facebook-template-nodejs "Unsafe Javascript attempt to access frame with URL" errors occur when the page is loaded in ...
2
votes
0answers
385 views

CompoundJS error when deploying to Heroku or Nodejitsu

I'm trying to deploy a compoundjs (a.k.a. railwayjs) to Heroku or Nodejitsu as a my first end to end test of NodeJS. Steps Node installation: 0.8.16 Heroku tools installation npm install compound ...
2
votes
0answers
282 views

Some JS and CSS assets not loading on Heroku, although loading locally

Locally, my node.js with express app works as expected. When I push to Heroku, the app is able to load some stylesheets and javascripts, but not others. Here is the relevant snippet from app.js: ...
1
vote
0answers
268 views

heroku facebook app run locally throws blocked frame error on fb login

I've followed the steps in the Heroku tutorial for node.js as well as ruby and run into the same issue. Am able setup the basic applicatin and run it locally using 127.0.0.01:5000 However, when the ...
1
vote
0answers
65 views

Node runs out of memory on Heroku but not on localhost

My node worker is running out of memory on heroku. When I run the same exact code on my localhost, memory is reclaimed and does ever go about 120mb or so on my macbook. Is there something about ...
1
vote
0answers
17 views

What node module i can use to implement clock process on Heroku?

Here is article about clock node process on heroku: https://devcenter.heroku.com/articles/scheduled-jobs-custom-clock-processes However no clock process node module was mentioned there. Does anybody ...
1
vote
0answers
48 views

“Cannot POST /dialog/authorize/decision” while implementing the OAuthorize example

I'm implementing OAuth 1.0a with the OAuthorize library. I'm following the example provided by the library. I'm hosting my app at Heroku. Using the test client I'm able to GET a request token, and ...
1
vote
0answers
133 views

NodeJS/Express Request Entity Too Large - Heroku

I've looked everywhere and can't seem to find an explanation about this, this is what Heroku is showing in my logs: 45:45+00:00 app[web.7]: Error: Request Entity Too Large 45:45+00:00 app[web.7]: ...
1
vote
0answers
49 views

Installing gems on node heroku projects

I'm writing a node app on heroku, and the app requires a gem, compass to be installed, for node-compass. However, I can't seem to work out how you install gems in a node application on heroku. I ...
1
vote
0answers
100 views

Run proxy server by nodejs on heroku

Hi i try to run nodejs based proxy server https://github.com/tec27/node-argyle just found that var argyle = require('argyle'); var server = argyle(8080, '127.0.0.1'); server.on('connected', ...
1
vote
0answers
26 views

what is an appropriate value for maxLag in node toobusy on Heroku?

We're evaluating using the toobusy module https://github.com/lloyd/node-toobusy on an app hosted on Heroku. I am not sure what an appropriate value for maxLag would be for Heroku environment. It seems ...
1
vote
0answers
98 views

Connect to mongodb on heroku using native drivers in express node

On my local machine i connect to mongoDb "tasksdb" database this way: var server = new Server('localhost', 27017, {auto_reconnect: true, }); db = new Db('tasksdb', server); db.open(function(err, db) ...
1
vote
0answers
94 views

Node.js : Execute a rest call inside if statement

I am using Node JS with express and I want to create a new user in my db with a REST call if the user logs in successfully with facebook. This code is just a slight modification of the heroku node.js ...
1
vote
0answers
122 views

Erros while installing 'therubyracer-heroku' gem

I am trying to do a gem install therubyracer-heroku -v '0.8.1.pre3', but I am getting errors while building, it is a big log but here is the last failing lines (pasted full log in the end): g++ -o ...

1 2 3 4 5 9
15 30 50 per page