Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

rameezisrar's avatar

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.

0 likes
7 replies
Cronix's avatar

Do you have your braintree/stripe keys in .env? You ran npm, etc?

1 like
rameezisrar's avatar

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's avatar

I'm not sure. I haven't encountered that. Sounds like you have it working now though?

1 like
rameezisrar's avatar

@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.
rameezisrar's avatar

@Cronix the Node-sass npm packge is creating the issue and now i cant even ssh into the server unless i destroy that

Please or to participate in this conversation.