This tag should be used for questions related to the Reaction Commerce (e-commerce) framework based on React.js and Meteor.js
Questions tagged [reaction-commerce]
18 questions
5
votes
2 answers
Self-host font added in Material-UI not working?
I'm working on a Material-UI based project and trying to add some self-hosted fonts, since they're not available as google fonts. I've followed both the Material-UI and JSS docs, and I've come up with the following, but I can't find the reason why…

sailorMoon
- 53
- 1
- 3
3
votes
1 answer
Reaction Commerce deployment to Heroku failing, boot_proxy.js not generated
I was trying to set up a running instance running on Heroku by following these instructions. All goes well but after the build is finished, an error occurs and the app crashed.
Error: Cannot find module /app/.meteor/heroku_build/bin/boot_proxy.js
…

Shabin Muhammed
- 1,092
- 2
- 18
- 29
2
votes
1 answer
Uncaught Error: Cannot find module 'stream'
Upon upgrading from Reaction Commerce v1.21.1 to v1.13.0 (which uses Meteor 1.7.0.1) I started getting the following stream error:
modules-runtime.js?hash=59942621baf2d3ff23916a0f601008fd2e310b63:241 Uncaught Error: Cannot find module 'stream'
…

Mikeumus
- 3,570
- 9
- 40
- 65
2
votes
1 answer
Reaction NodeJS development workflow
I am starting to use reaction Reaction, the NodeJS ecommerce framework, and I am trying to understand how is the development workflow.
The thing is that I use the reaction-cli to create the app, then just to understand how does it works, I edited…

Germanaz0
- 914
- 8
- 18
1
vote
0 answers
Is Reaction commerce 2.0 (latest commit on repo) still compatible with 1.16.0 documentation when using legacy reaction?
When trying to integrate COD plugin to Reaction Commerce (https://github.com/reactioncommerce/payments-cod) we get this error
While processing files with template-compiler (for target web.browser):
index.html:1: Cant' set DOCTYPE here. (Meteor…

yunard
- 43
- 8
1
vote
0 answers
Can't set up Reaction Commerce on MacOS 10.13.2
I am trying to set up Reaction Commerce by following, step-by-step, what is written in those docs.
But I'm stuck at the very beginning, when I run the make command, here's what I get:
Steps to Reproduce
(on MacOS 10.13.2 High Sierra)
git clone…

mokiliii Lo
- 587
- 3
- 13
- 26
1
vote
1 answer
how to rewrite footer in the custom plugin Reaction Commerce
Right now, I am using Reaction Commerce 1.10. I would like to create a custom plugin and rewrite the footer but have no idea how to do that.
Here is the footer code:
import React from "react";
import { registerComponent } from…

jmu
- 203
- 2
- 10
1
vote
1 answer
How to hide TagNav in profile page in reactioncommerce
In reactionCommerce I want to hide TagNav in Navbar in profile component/page based on some condition. I am new into reactionCommerce

Anish
- 391
- 2
- 3
- 16
1
vote
1 answer
where should I set METEOR_DISABLE_OPTIMISTIC_CACHING
I am totally new to Meteor. I am trying to run Reaction Commerce on my local machine. I found someone pointed that set METEOR_DISABLE_OPTIMISTIC_CACHING = 1 can speed up the meteor loading time. However, I don't know how to set this thing up on…

jmu
- 203
- 2
- 10
0
votes
1 answer
Reaction Commerce setup on Windows 10 Home
Now its been 2 weeks and i am trying to setup the environment for reaction commerce, but i am failing everytime, i don't want to giveup on it.
I have tried on windows and linux both, following are my points:
Windows --- I have windows 10 home, i…

Zeeshan
- 371
- 1
- 3
- 6
0
votes
2 answers
Installing reaction-platform on windows, getting error like `Parameter format not correct`
I'm trying to install reaction-platform on my windows system. I have cofirmed the dependancies mentioned, everything seems fine.
I'm fllowing the official documentation.
https://docs.reactioncommerce.com/docs/installation-reaction-platform
When I…

Vikash Pathak
- 3,444
- 1
- 18
- 32
0
votes
0 answers
Trouble deploying reaction commerce project on AWS
I installed reaction commerce on my local machine - everything is working fine but when I deploy it on AWS it's not working.
It's showing:
Setting up plugin imports
Setting up style imports
Provisioning assets

Ajay yadav
- 264
- 2
- 10
0
votes
1 answer
Connect local ReactionCommerce app with remote database
How can I connect my local running reaction app with a remote mongodb?
I tried creating this settings.json file
{
"env" : {
"MONGO_URL" : ""
}
}
And ran the app with this command
meteor run --inspect-brk --settings…

Shabin Muhammed
- 1,092
- 2
- 18
- 29
0
votes
0 answers
Reaction CALL_AND_RETRY_LAST
I´m trying to run reaction, but I´ve got this error:
FATAL ERROR: CALL_AND_RETRY_LAST allocation failed - Javascript heap out of memory.
I´ve been following this guide for…

Roberto Gimenez
- 278
- 4
- 11
0
votes
1 answer
App failed to start due to Meteor update patch
My app is not starting and I am receiving this message on localhost:3000 but I am unable to update "Meteor update --patch" , when I type meteor update --patch in command line with admin permission , it says invalid command, please let me know if I…

Webappsdeva
- 327
- 4
- 20