I just set up spree_product_subscriptions on spree 3.7.2 along with installation procedure.
Here's my env.
I reviewed steps of github like this.
-
Add spree_product_subscriptions to your Gemfile:
gem 'spree_product_subscriptions', github: 'vinsol-spree-contrib/spree_product_subscriptions'
-
Bundle your dependencies and run the installation generator:
bundle
bundle exec rails g spree_product_subscriptions:install
-
You can also seed the default data with:
-
bundle exec rails g spree_product_subscriptions:seed
After installation, started my app. And then configured the item like this.

Here's product page.

What happened? Tell me how to fix.