Error : Failed to load model metadata from '/app/current/metadata.json'

Hi, I am following exact steps in the tutorial

https://rasa.com/docs/core/docker_walkthrough/#docker-walkthrough

I trained my nlu and core and when I am running docker-composer up it throws error

Failed to load model metadata from ‘/app/current/metadata.json’.

The docker-compose.yml file is exact same as of the steps in the docs

I am not sure why it is looking the metadata.json in /app/current/ while it should be looking in /app/models/current/

Can you share your docker-compose file and your directory structure?

This was resolved. I havent entered the nlu endpoint. Added and it was resolved .

:+1: