Hi Anca, thanks for reply.
I run these 2 commands-
**nohup rasa run --ssl-certificate xxxxxxxxxx --ssl-keyfile xxxxxxxxxx -m ./models --endpoints endpoints.yml -p 5005 --credentials credentials.yml --enable-api --cors "*" &**
**nohup python3 -m rasa_sdk --cors "*" --actions actions --ssl-keyfile xxxxxxxxxx --ssl-certificate xxxxxxxxxx &**
And below is the issue, that I get in the terminal-
**rasa.core.lock_store - Issuing ticket for conversation 'b745401fd622428da0cc7394851d73ea'.**
**2022-03-14 05:45:48 DEBUG rasa.core.lock_store - Acquiring lock for conversation 'b745401fd622428da0cc7394851d73ea'.**
**2022-03-14 05:45:48 DEBUG rasa.core.lock_store - Failed to acquire lock for conversation ID 'b745401fd622428da0cc7394851d73ea' because 1 other item(s) for this conversation ID have to be finished processing first. Retrying in 1 seconds ...**
For "full content of the logs", can you please share me the process that I can get the Rasa logs.
Please, let me know if you want anything else…