CGSmith-LLC / shipwise-api

Shipwise API
Other
0 stars 0 forks source link

Customer list does not clear cache [BUG] #130

Closed cgsmith closed 1 year ago

cgsmith commented 1 year ago

Describe the bug I created a new customer and then went to the user -> API -> Create API Key

The customer did not show up in the customer list when creating an API key.

To Reproduce

  1. Create new customer
  2. Try creating new API key with newly created customer
  3. To get around the cache I did rm -rf frontend/runtime/cache/ and then the customer list showed up.

Expected behavior Cache should clear when updating or creating new models.