I have this error

Hey, just have a question. I have train my model and when i do rasa shell and try to write the chatbot i go this erros Your input → i want a pizza 2024-03-06 09:41:18 ERROR rasa.core.actions.action - Failed to run custom action ‘action_extract_food_entity’. Couldn’t connect to the server at ‘http://localhost:5002/webhook’. Is the server running? Error: Cannot connect to host localhost:5002 ssl:default [El equipo remoto rechazó la conexión de red] 2024-03-06 09:41:18 ERROR rasa.core.processor - Encountered an exception while running action ‘action_extract_food_entity’.Bot will continue, but the actions events are lost. Please check the logs of your action server for more information.

Do you run a command rasa run actions --cors "*" --debug in another Terminal yet?

Your Rasa custom action ‘action_extract_food_entity’ fails to connect to http://localhost:5002/webhook, possibly due to the action server not running, network issues, or incorrect SSL configuration.

To fix this, start the action server using rasa run actions, check endpoints.yml for the correct URL, and ensure no firewall or network restrictions are blocking the connection. If SSL is involved, verify its setup to prevent connectivity issues. You can refer to the SSL installation guide here for proper SSL configuration.