Hello!
I am developing a Django chatterbot webapp with multiple dockerised bots and when I got single bot up and alive, I still can't get response from him. It is trained using my custom _training data_

and nothing happens.

When I submit my input second time, It appears to be viewed by chatterbot response but It is not, I am just talking with myself.

I was using the templates and js files from the example app and I think It might have something to do with these files but I am extremely fresh with webapp development and I have no idea what might be causing this problem.
Everything else works just fine.
I appreciate any help with tracking this issue down.
I tried pulling the original django_app from example apps and same thing happens. When inspecting the element in browser I can see the console output displaying an error.

I managed to resolve my error by syncing database
python manage.py migrate --run-syncdb
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
I managed to resolve my error by syncing database
python manage.py migrate --run-syncdb