skier233

Results 75 comments of skier233

Any help with this would be greatly appreciated!

Sure. Here is my docker compose file: ``` version: '3.4' services: db: image: mysql volumes: - "./.data/db:/var/lib/mysql" environment: MYSQL_ROOT_PASSWORD: root MYSQL_DATABASE: mydb MYSQL_USER: user MYSQL_PASSWORD: pass ports: - 42333:3306 restbotserver:...

> @skier233 In order for me to replicate this issue, can you please, if possible share your docker-compose file? Sorry. forgot to tag you in my last reply.

Here's a github repo that can repro: https://github.com/skier233/RasaExampleError

@sanchariGr , would it be possible to add MySQL support in an upcoming version? The mentioned solution is not a very good option in my case because I plan to...

I'm not sure what a "duckling" server is but I don't believe I have one of those so there's nothing for me to change in my config.yml.

I noticed when I run in a docker container on linux I don't get this issue. Also, I get this issue when running as a server using a callback but...