Phoenix.Router.NoRouteError at GET /categorie-produit/030101/sfar00006/

no route found for GET /categorie-produit/030101/sfar00006 (BebemayotteWeb.Router)

No code available.
BebemayotteWeb.Router.call/2 docs bebemayotte
1defmodule BebemayotteWeb.Endpoint do
2  use Phoenix.Endpoint, otp_app: :bebemayotte
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.
BebemayotteWeb.Endpoint.plug_builder_call/2 bebemayotte
No code available.
BebemayotteWeb.Endpoint."call (overridable 3)"/2 bebemayotte
1defmodule BebemayotteWeb.Endpoint do
2  use Phoenix.Endpoint, otp_app: :bebemayotte
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.
BebemayotteWeb.Endpoint.call/2 docs bebemayotte
60
61        {:plug, conn, handler, opts} ->
62          %{adapter: {@connection, req}} =
63            conn =
64              conn
65              |> handler.call(opts)
66              |> maybe_send(handler)
67
68          :telemetry.execute(
69            [:plug_adapter, :call, :stop],
70            %{duration: System.monotonic_time() - start},
Phoenix.Endpoint.Cowboy2Handler.init/4 phoenix
32-optional_callbacks([terminate/3]).
33
34-spec execute(Req, Env) -> {ok, Req, Env}
35	when Req::cowboy_req:req(), Env::cowboy_middleware:env().
36execute(Req, Env=#{handler := Handler, handler_opts := HandlerOpts}) ->
37	try Handler:init(Req, HandlerOpts) of
38		{ok, Req2, State} ->
39			Result = terminate(normal, Req2, State, Handler),
40			{ok, Req2, Env#{result => Result}};
41		{Mod, Req2, State} ->
42			Mod:upgrade(Req2, Env, Handler, State);
:cowboy_handler.execute/2 cowboy
301	end.
302
303execute(_, _, []) ->
304	ok;
305execute(Req, Env, [Middleware|Tail]) ->
306	case Middleware:execute(Req, Env) of
307		{ok, Req2, Env2} ->
308			execute(Req2, Env2, Tail);
309		{suspend, Module, Function, Args} ->
310			proc_lib:hibernate(?MODULE, resume, [Env, Tail, Module, Function, Args]);
311		{stop, _Req2} ->
:cowboy_stream_h.execute/3 cowboy
290%% to simplify the debugging of errors. The proc_lib library
291%% already adds the stacktrace to other types of exceptions.
292-spec request_process(cowboy_req:req(), cowboy_middleware:env(), [module()]) -> ok.
293request_process(Req, Env, Middlewares) ->
294	try
295		execute(Req, Env, Middlewares)
296	catch
297		exit:Reason={shutdown, _}:Stacktrace ->
298			erlang:raise(exit, Reason, Stacktrace);
299		exit:Reason:Stacktrace when Reason =/= normal, Reason =/= shutdown ->
300			erlang:raise(exit, {Reason, Stacktrace}, Stacktrace)
:cowboy_stream_h.request_process/3 cowboy
No code available.
:proc_lib.init_p_do_apply/3 stdlib
Request info
URI:
http://bbmay.fr:80/categorie-produit/030101/sfar00006/
Query string:
Headers
accept
*/*
connection
Upgrade
host
bbmay.fr
referer
http://bbmay.fr/categorie-produit/030101/sfar00006/
user-agent
claudebot
x-forwarded-for
3.230.128.106
x-real-ip
3.230.128.106