But link is not working with 401 error (Check in Chrome DevTools)
However, after sending the message in the test link, I can see the conversation log I tried on Rasa-X.
(Also, the conversation in the log is responding correctly.)
This message every second in the console:
“Failed to load resource: the server responded with a status of 401 (Unauthorized)”
If I type “hi” it shows up in the conversation log, and the bot responds, but further messages are not processed. And do not show up in the Guest environment
I checked your link. I had exactly the same issue. I described the solution in another post.
To make it short : check the status of the container rasa-rasa-production and rasa-rasa-worker.
In my case the log showed an error 132, which is linked to the impossible run of SSE4.2 CPU commands.
I had to check in the hypervisor of my VM that the emulated CPU was capable of running SSE4.2 commands and it was immediately solved (stop VM, change emultaed CPU, restart VM).
By default many hypervisors use old CPU compatibility to be sure there is no compatibility issue when importing old VM’s but in this case it was the problem (for me anyway). The cause can also be if you use a really old CPU (then your CPU is not SSE4.2 capable and you have no solution)
In any case you should have a look at the status of your 2 containers (look at the post about flickering screens for commands to check the error code).