404 error on docker-compose

I have been following the manual docker-compose setup on windows. It seems to have almost finished but is giving 404 errors. I included rasa_x_demo_version=0.42.4 in the .env. What am I missing?

EDIT: Tried with rasa_x_version as 0.42.6 and 0.42.4. both have same issue.

db-migration_1 | [2021-11-24 15:48:40 +0000] - (sanic.access)[INFO][127.0.0.1:39924]: GET http://localhost:8000/health 200 56 rasa-x_1 | [2021-11-24 15:48:40 +0000] - (sanic.access)[INFO][172.18.0.8:48058]: GET http://rasa-x:5002/api/projects/default/models/tags/production?token=wqeitzxcdd 404 160 rasa-x_1 | [2021-11-24 15:48:40 +0000] - (sanic.access)[INFO][172.18.0.9:53988]: GET http://rasa-x:5002/api/projects/default/models/tags/production?token=wqeitzxcdd 404 160

OK did not realise that nginx serves it on port 80 so 5002 is only used internally. It gives 404 as no models loaded yet.