-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cache Failing to Start on Production #26
Comments
@zacksiri I think it is due to Try to add def application do
[
extra_applications: [:logger],
mod: {Blog.Application, []},
included_applications: [:shards, :ex_shards]
]
end
Please let me know if that works, stay tuned! |
I upgraded to master and added Looking forward to 1.0 release. |
@cabol ... could be this added also into getting started and Nebulex documentations. I have solving today same issue which was raising only on staging/production release and this helped (used nebulex 1.0.1). |
@zdenal sure, let me try to find a good place to add it! |
I'm getting the error as referenced here cabol/shards#41
It's working fine in development, however in production it's failing, I'm using distillery to make my production build.
The text was updated successfully, but these errors were encountered: