Hi,
I am able to build assistance successfully with Docker and run that image, but the listed api’s are not open the /socket.io/ . Can any one please help me out to resolve how to enable socket.io.
Note: I added the socket changes in credentials.yml and am able t see /socket.io/ api when I run localhost but not with docker image
Docker image logs: 2020-09-10 10:39:49 DEBUG rasa.core.utils - Available web server routes: /conversations/<conversation_id:path>/messages POST add_message /conversations/<conversation_id:path>/tracker/events POST append_events /webhooks/rest GET custom_webhook_RestInput.health /webhooks/rest/webhook POST custom_webhook_RestInput.receive /model/test/intents POST evaluate_intents /model/test/stories POST evaluate_stories /conversations/<conversation_id:path>/execute POST execute_action /domain GET get_domain / GET hello /model PUT load_model /model/parse POST parse /conversations/<conversation_id:path>/predict POST predict /conversations/<conversation_id:path>/tracker/events PUT replace_events /conversations/<conversation_id:path>/story GET retrieve_story /conversations/<conversation_id:path>/tracker GET retrieve_tracker /status GET status /model/predict POST tracker_predict /model/train POST train /conversations/<conversation_id:path>/trigger_intent POST trigger_intent /model DELETE unload_model /version GET version 2020-09-10 10:39:49 INFO root - Starting Rasa server on http://localhost:5005