GenServer crashing - Elixir.Phoenix.Router.NoRouteError

Hey there, can someone help how to tackle this problem:

12:53:24.858 [error] CRASH REPORT Process <0.3811.0> with 0 neighbours exited with reason:
  {
    {
      #{'__exception__' => true,
        '__struct__' => 'Elixir.Phoenix.Router.NoRouteError',
        conn => #{
          '__struct__' => 'Elixir.Plug.Conn',
          adapter => {
            'Elixir.Plug.Cowboy.Conn', #{
              bindings => #{},
              body_length => 0,
              cert => undefined,
              has_body => false,

:mage:(:crystal_ball:) :zap: :male_detective:(:scroll:)

Phoenix.Router.NoRouteError is raised, when no route is found.

So you (or someone else) is trying to access a URL that is not covered by a route.

From what is visible in your report, there is not more information.

2 Likes