Then from Rasa docker I run rasa command line:
rasa run --enable-api --log-file run.log -v -m /app/models/model.tar.gz --endpoints endpoints.yml
3/ When I called “curl localhost:5005/model/parse”, Rasa did respond me NLU “search_article” intent result. However it never called my NodeJS action as it were supposed to do so.
I have clarification how to run the rasa server on rasa.ai.com (provided static IP and domain name) instead of localhost:5005, my environment is windows and offline environment (there is no access to internet)
any reference to the solution is greatly appreciated… thanks in advance