reactioncommerce / reaction-swag-shop

GNU General Public License v3.0
38 stars 15 forks source link

All accounts are published once you log in #55

Closed aldeed closed 6 years ago

aldeed commented 6 years ago

Problem

When I go to https://swag.getreaction.io/ and log in with the default admin credentials, the browser subscribes to all 4300+ account records.

Reproduce

  1. Go to https://swag.getreaction.io/ and log in with the default admin credentials
  2. Notice there is some lag in signing in. Enter ReactionCore.Collections.Accounts.find().count() in console.

Solution

I didn't investigate, but my guess is that the reset script is using the same value for some field for all accounts, and that value is used in the accounts publication selector.

brent-hoover commented 6 years ago

Issue moved to reactioncommerce/reaction-demo #3 via ZenHub