1

I am not able to get into the admin panel in Spree & Solidus I've tried both gems and failed miserably. They also don't return the default home page with ROR t-shirts instead my frontend says no products

I have pictures with my issue being displayed:
Solidus
No product or default set up

notapatch
  • 6,569
  • 6
  • 41
  • 45
Que
  • 11
  • 2

1 Answers1

2

When you've finished setting up according to the instructions you should have finished with:

rake db:seed

This will put the default values in there and will show you the admin user and password that were created. The admin panel is available at /admin

You'll also want to run

rake spree_sample:load

This will load the example products and orders into the store.

funwhilelost
  • 1,990
  • 17
  • 20
  • But what if we don't want sample products? What if we just want our own products? My current problem is that I can't create inventory and I cant set StockLocation because I can't figure out how to set default country. https://stackoverflow.com/questions/68808099/how-to-set-default-country-in-solidus-ecommerce – earth2jason Aug 16 '21 at 19:24
  • Solution was quickly found. A case of talk to the duck. Follow the link in previous comment for answer. – earth2jason Aug 16 '21 at 21:11