-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couldn't get the leaderboard example to work #25
Comments
do you have meteorite installed in you dev environment? |
I was in the wrong folder. I cd'd into the leaderboard directory and did the same things and everything got uploaded and setup without any errors. |
make sure your heroku dyno is started and you should be good to go. Sometimes heroku will shutdown your dynos without warning, so if you receiving that error again just make sure the dyno is up and reload the page. Also make sure that the buildpack created your MongoHQ instance and associated it with your application |
I tried that to no avail. I looked at the logs:
The same error is there twice, the second time when i ran ps:scale web=1. At this point I'm not super desperate as I remembered that Meteor currently has free hosting, although I don't know for how long or how good the service will be =P, so eventually I'd like to move to an external host. |
The buildpacks can be a little finicky based on your dev environment... If I were you I would look into deploy to meteor using the meteor deploy cli with the That is how I deploy everything that I am currently working on, and I use a dns alias described here. When I deploy to heroku I follow all of the steps in the buildpack manually so that I can debug and fix any errors that pop up during setup / deployment. Since meteor is still in a state of flux I personally find that taking a few extra steps to observe the deployment saves you a LOT of time head scratching when things don't work right. |
"When I deploy to heroku I follow all of the steps in the buildpack manually so that I can debug and fix any errors that pop up during setup / deployment." What are all these steps? The only one I see that appears to be the important one is the heroku create one. Thanks! |
@funkjunky I can't do it this minute b/c I'm pretty swamped at work, but I've been meaning to update my buildpack for meteor 0.6.6 anyways. Follow my fork of this repo and you'll get an update when I'm done. I'm kind of OCD about documentation too, and since my whole team uses my buildpack I'll be sure to keep it updated. |
Okey doke. I look forward to seeing your additions. Again, thanks for your help and good luck on your current project! |
likewise :) On Oct 14, 2013, at 2:16 PM, Jason McCarrell [email protected] wrote:
|
+1 I have same issue |
+1 more, any help would be appreciated |
+1 pretty please :D |
@austinrivas - are you actively maintaining your buildpack? Would you like to take this one over, or shall I change it to point to yours? It's been some time since I've used heroku with Meteor. |
+1 having the same issue |
@tmeasday I'm updating my buildpack on a per need basis right now, so I wouldn't feel comfortable taking over the project at this time. Also my all of my changes are in a private repo as I still have some sensitive config data in there that I haven't generalized yet. That being said I do plan on deploying a demo of a product I'm working on to heroku in the near future and will take that opportunity to update it if someone else hasn't already. @tmeasday what are you currently using to deploy meteor apps? |
@austinrivas - I'm using a custom AWS setup for larger apps and meteor deploy for smaller ones. |
I had the same issue. (with Meteor 0.6.6.2) for now, I can't use 0.6.6.2 |
+1 |
resolved with merge #27 from areed |
This should be fixed in #32 |
This should work now without any |
I first tried my own project and that failed terribly, so I decided to start simple by using meteor's leaderboard example, unfortunately there isn't much to go by on the README besides the create command, so i just tried to combine the instructions of meteor, heroku, and your readme:
The page served by "http://meteorheroku2.herokuapp.com/" says "Application Error"
The text was updated successfully, but these errors were encountered: