You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
Install ontop of latest spree_starter template results in caching namespace race condition? on production/heroku with MEMCACHEDCLOUD_SERVERS populated
#27
Open
sebbean opened this issue
Dec 25, 2021
· 0 comments
Getting this error on heroku production deploys when a memcache resource is enabled
Afer https://github.com/spree-contrib/spree_shared#installation
Step #6
Looks like this specific block is the issue (Attempting to call Apartment::Tenant.current in a block in production.rb)
https://github.com/spree/spree_starter/blob/main/config/environments/production.rb#L77-L83
The normal
config.cache_store
line runs fineSeems related to the second block configuring Dalli ( looking into why/if that config is necessary )
The text was updated successfully, but these errors were encountered: