-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
have trouble deploying the sample #1363
Comments
I too get this issue in heroku from version v0.15.0. |
This appears to be because the plugin loader stuff doesn't happen unless you use So if we need to create a fork of the horse buildpack, the change needs to happen right here before the |
I made some changes to the horse buildpack as suggested by @jshimko and the deploy worked perfectly. @victor112991 and @vigyano you can use my fork. heroku buildpacks:set https://github.com/swrdfish/meteor-buildpack-horse.git |
Thanks @swrdfish! |
Can't get it to work. I'm getting the following errors:
I've tried with @swrdfish and Also tried with RC master & development branches in free & paid dynos 🤔 |
@joseconstela That error is definitely because heroku buildpacks:set https://github.com/swrdfish/meteor-buildpack-horse.git |
@swrdfish fork does not work anymore with master, development branches. anything changed? |
@vigyano I haven't changed anything. I deployed the development branch.. and things seem to work fine except the styles were not loaded properly which i guess is a configuration issue. Do you have a similar issue or is there something else. I'll look into the issue further when I get some time. |
The styles not loading is because Unfortunately, the Heroku buildpack and Heroku in general are not officially supported by the Reaction team. We're happy to answer questions, but we won't be updating or maintaining any buildpacks and we can't offer any support on Heroku deployments. Of course, that doesn't mean it can't work. It just means it won't be officially supported. If someone wants to maintain a buildpack, I'd be happy to point you in the right direction on what needs to be fixed. The best update you could make would probably be to install Otherwise, our recommendation is always to deploy Reaction with Docker since it's our officially supported method. Our Docker build will always have the latest requirements for a production deployment. |
@jshimko thank you for pointing it out. I'll make the necessary changes to my fork. |
@swrdfish any updates on making changes to your fork, as I'm still getting the error due to the buildpack. |
@mo2menelzeiny I have updated the buildpack. Check if it works. sorry for the delay, I was out trekking 😃 |
I use cloud9 to deploy the sample to heroku,
Here is the link I follow to deploy. Everything looks good.
https://docs.reactioncommerce.com/reaction-docs/master/deploying-reaction-using-heroku
But after git push heroku master, there is nothing on the page. I go to inspect and get the following message
Error invoking SubsManager.subscribe("Inventory"): Subscription 'Inventory' not found
be55425….js?meteor_js_resource=true:229 BlazeLayout warning: unknown template "coreLayout"
Anyone can tell me where is the problem?
The text was updated successfully, but these errors were encountered: