Phoenix.Router.NoRouteError at GET /tire-pressure/
no route found for GET /tire-pressure (EliteWeb.Router)
400            ArgumentError ->
401              raise MalformedURIError, "malformed URI path: #{inspect conn.request_path}"
402          end
403
404        case __match_route__(method, decoded, host) do
405          :error -> raise NoRouteError, conn: conn, router: __MODULE__
406          match -> Phoenix.Router.__call__(conn, match)
407        end
408      end
409
410      defoverridable [init: 1, call: 2]
EliteWeb.Router.call/2 Docs elite
1defmodule EliteWeb.Endpoint do
2  use Phoenix.Endpoint, otp_app: :elite
3
4  # The session will be stored in the cookie and signed,
5  # this means its contents can be read but not tampered with.
6  # Set :encryption_salt if you would also like to encrypt it.
EliteWeb.Endpoint.plug_builder_call/2 elite
131          case conn do
132            %Plug.Conn{path_info: ["__plug__", "debugger", "action"], method: "POST"} ->
133              Plug.Debugger.run_action(conn)
134
135            %Plug.Conn{} ->
136              super(conn, opts)
137          end
138        rescue
139          e in Plug.Conn.WrapperError ->
140            %{conn: conn, kind: kind, reason: reason, stack: stack} = e
141            Plug.Debugger.__catch__(conn, kind, reason, stack, @plug_debugger)
EliteWeb.Endpoint."call (overridable 3)"/2 elite
1defmodule EliteWeb.Endpoint do
2  use Phoenix.Endpoint, otp_app: :elite
3
4  # The session will be stored in the cookie and signed,
5  # this means its contents can be read but not tampered with.
6  # Set :encryption_salt if you would also like to encrypt it.
EliteWeb.Endpoint.call/2 elite
49          end
50
51        {:plug, conn, handler, opts} ->
52          %{adapter: {@connection, req}} =
53            conn
54            |> handler.call(opts)
55            |> maybe_send(handler)
56
57          {:ok, req, {handler, opts}}
58      end
59    catch
Phoenix.Endpoint.Cowboy2Handler.init/4 phoenix
No code available.
:cowboy_handler.execute/2 cowboy
No code available.
:cowboy_stream_h.execute/3 cowboy
No code available.
:cowboy_stream_h.request_process/3 cowboy
No code available.
:proc_lib.init_p_do_apply/3 stdlib
Request info
URI:
http://eliteautorepairmh.com:80/tire-pressure/
Query string:
Headers
accept
*/*
accept-encoding
gzip, br
cdn-loop
cloudflare
cf-connecting-ip
3.209.81.51
cf-ipcountry
US
cf-ray
86c0d9da0d611771-IAD
cf-visitor
{"scheme":"https"}
connection
upgrade
host
eliteautorepairmh.com
referer
http://eliteautorepairmh.com/tire-pressure/
user-agent
claudebot
x-forwarded-for
3.209.81.51
x-forwarded-proto
https