Question

I deployed a standard Spree Commerce app successfully to a server with Capistrano. Everything is working fine, but when you click on "Checkout" after having added products to the shopping card you get the "We're sorry, but something went wrong" error while being redirected to /checkout/address.

Locally it works fine when I run the server in production. Here's the production.log.

Does anyone have an idea what could be the problem?

Was it helpful?

Solution

I was just missing the seed data. After running:

RAILS_ENV = production bundle exec rake db:seed

on the server everything is working fine!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top