Billing option is not available when i push Spark project to Server
I have a fine working Spark project but a few of my own component which is working just fine on my local server.
I push my local copy to the server via Git of course.I ran migrations then.
I have registered and logged in. But when I logged in, I can only see the profile and security tab and there is not such Billing option available.
I don't know why it is not showing me that.
Any help will be much appreciated.
Thank you for your reply. I really appreciate that. @Cronix yes I had used stripe key and ran npm. After struggling i just moved my local server database and imported on the Production and now the billing option appeared but I wonder what has caused this issue
@Cronix where I try to npm install, the dependency installation stuck in the middle
it stuck at some point on the server
Abudo:~/htdocs/abudo$ npm install
npm WARN deprecated [email protected]: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN prefer global [email protected] should be installed with -g
> [email protected] install /home/abudo/node_modules/node-sass
> node scripts/install.js
Cached binary found at /home/.npm/node-sass/4.9.0/linux-x64-57_binding.node
> [email protected] postinstall /home/abudo/node_modules/webpack/node_modules/uglifyjs-webpack-plugin
> node lib/post_install.js
> [email protected] postinstall /home/abudo/node_modules/node-sass
> node scripts/build.js
I don't want it stuck over here and then when I try to kill the process, it puts my server down.