Skip to content
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

Protocol.UndefinedError: protocol Enumerable not implemented for nil of type Atom. This protocol is implemented for the fo... #1147

Open
sentry-joshmartin-ch bot opened this issue Jan 20, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@sentry-joshmartin-ch
Copy link

Sentry Issue: BACKEND-1DN

Protocol.UndefinedError: protocol Enumerable not implemented for nil of type Atom. This protocol is implemented for the following type(s): DBConnection.PrepareStream, DBConnection.Stream, Date.Range, Ecto.Adapters.SQL.Stream, File.Stream, Function, GenEvent.Stream, HashDict, HashSet, IO.Stream, Jason.OrderedObject, List, Map, MapSet, Postgrex.Stream, Range, Stream
  File "lib/enum.ex", line 1, in Enumerable.impl_for!/1
  File "lib/enum.ex", line 143, in Enumerable.reduce/3
  File "lib/enum.ex", line 4144, in Enum.reject/2
  File "lib/hygeia_web/live/system_messages_banner.sface", line 4, in anonymous fn/3 in HygeiaWeb.SystemMessagesBanner.render/1
  File "lib/phoenix_live_view/diff.ex", line 370, in Phoenix.LiveView.Diff.traverse/6
...
(3 additional frame(s) were not displayed)

(Protocol.UndefinedError protocol Enumerable not implemented for nil of type Atom. This protocol is implemented for the following type(s): DBConnection.PrepareStream, DBConnection.Stream, Date.Range, Ecto.Adapters.SQL.Stream, File.Stream, Function, GenEvent.Stream, HashDict, HashSet, IO.Stream, Jason.OrderedObject, List, Map, MapSet, Postgrex.Stream, Range, Stream)
@maennchen maennchen added the bug Something isn't working label Jan 20, 2022
@maennchen
Copy link
Contributor

Order of Application workers is wrong. The System Message Cache should be before the Endpoint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant