sanic_routing.exceptions.NotFound: Not Found

When I use my action it says that is unable to reach. Someone have an idea what happens here.

2025-06-02 15:18:27 ERROR    rasa_sdk.endpoint  - Exception occurred during execution of request <Request: POST />
Traceback (most recent call last):
  File "C:\blife\chat\venv\lib\site-packages\sanic_routing\router.py", line 79, in resolve
    route, param_basket = self.find_route(
  File "", line 9, in find_route
sanic_routing.exceptions.NotFound: Not Found

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\blife\chat\venv\lib\site-packages\sanic_routing\router.py", line 79, in resolve
    route, param_basket = self.find_route(
  File "", line 9, in find_route
sanic_routing.exceptions.NotFound: Not Found

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\blife\chat\venv\lib\site-packages\sanic\router.py", line 38, in _get
    return self.resolve(
  File "C:\blife\chat\venv\lib\site-packages\sanic_routing\router.py", line 90, in resolve
    return self.resolve(
  File "C:\blife\chat\venv\lib\site-packages\sanic_routing\router.py", line 96, in resolve
    raise self.exception(str(e), path=path)
sanic_routing.exceptions.NotFound: Not Found

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "handle_request", line 26, in handle_request
    from socket import socket
  File "C:\blife\chat\venv\lib\site-packages\sanic\router.py", line 66, in get
    return self._get(path, method, host)
  File "C:\blife\chat\venv\lib\site-packages\sanic\router.py", line 44, in _get
    raise NotFound("Requested URL {} not found".format(e.path))
sanic.exceptions.NotFound: Requested URL  not found
2025-06-02 15:18:27 ERROR    rasa_sdk.endpoint  - Exception occurred during execution of request <Request: POST />
Traceback (most recent call last):
  File "C:\blife\chat\venv\lib\site-packages\sanic_routing\router.py", line 79, in resolve
    route, param_basket = self.find_route(
  File "", line 9, in find_route
sanic_routing.exceptions.NotFound: Not Found

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\blife\chat\venv\lib\site-packages\sanic_routing\router.py", line 79, in resolve
    route, param_basket = self.find_route(
  File "", line 9, in find_route
sanic_routing.exceptions.NotFound: Not Found

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\blife\chat\venv\lib\site-packages\sanic\router.py", line 38, in _get
    return self.resolve(
  File "C:\blife\chat\venv\lib\site-packages\sanic_routing\router.py", line 90, in resolve
    return self.resolve(
  File "C:\blife\chat\venv\lib\site-packages\sanic_routing\router.py", line 96, in resolve
    raise self.exception(str(e), path=path)
sanic_routing.exceptions.NotFound: Not Found

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "handle_request", line 26, in handle_request
    from socket import socket
  File "C:\blife\chat\venv\lib\site-packages\sanic\router.py", line 66, in get
    return self._get(path, method, host)
  File "C:\blife\chat\venv\lib\site-packages\sanic\router.py", line 44, in _get
    raise NotFound("Requested URL {} not found".format(e.path))
sanic.exceptions.NotFound: Requested URL  not found

  • Rasa Version: 3.6.15
  • Rasa SDK: 3.6.2
  • Python 3.10.10
  • OS: Windows 10 64-bt