-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
I'm using Phoenix, getting this error during compilation:
== Compilation error on file lib/sitemaps.ex ==
** (exit) exited in: GenServer.call(Sitemap.Config, {:update, #Function<2.23984558/1 in Sitemap.Config.set/2>}, 5000)
** (EXIT) no process
(elixir) lib/gen_server.ex:596: GenServer.call/3
(elixir) lib/enum.ex:651: Enum."-each/2-lists^foreach/1-0-"/2
(elixir) lib/enum.ex:651: Enum.each/2
lib/sitemaps.ex:10: (module)
(stdlib) erl_eval.erl:670: :erl_eval.do_apply/6
(elixir) lib/kernel/parallel_compiler.ex:117: anonymous fn/4 in Kernel.ParallelCompiler.spawn_compilers/1
I have verified that :sitemap is already in my :applications list.
Any clues what's missing here? Thanks!
Metadata
Metadata
Assignees
Labels
No labels