RASA NLU inbox gets stuck while annotating data

Hi , I am on an old version of rasa x .Below are the version details: (rasax_2_venv) $ rasa --version Rasa Version : 2.8.1 Minimum Compatible Version: 2.8.0 Rasa SDK Version : 2.8.1 Rasa X Version : 0.39.3 Python Version : 3.8.0

While trying to annotate bulk data from NLU inbox , the window is frozen. Firefox throws an error saying “The page is slowing down Firefox” .It also errors out with unresponsive scripts . Can you please help ? I have already cleared the cache and tried the workarounds from browser side.

Check the logs: When the inbox gets stuck, check the logs to see if there are any error messages or warnings. You can access the logs by running rasa run actions --debug in a separate terminal window. This will start the Rasa Action Server and display the logs.

Check the training data: Make sure that the training data is properly formatted and doesn’t contain any errors or typos. You can use the rasa data validate command to validate the training data.

Increase the timeout: If the action server is taking too long to respond, you can increase the timeout value by adding the --timeout parameter when starting the server. For example, rasa run actions --timeout 60 will set the timeout to 60 seconds.