Hello all,
I'm trying to pinpoint exactly how to solve this.
I have setup Wger using docker compose.
I have access to the web interface no problem, the exercises show up also the ingredients.
The problem surfaces when I try to compose a workout in the iOS app - when I search for an exercise I only get an infinite search.
On the contrary, my wife, albeit on a newer iphone (16 vs 12) can find the exercises no problem.
We're both on the same server.
So far I have tried:
- Changing my phone language to English and English (UK)
- Uninstalling and reinstalling the app
- Create a new user
- Run:
docker-compose exec web python3 manage.py download-exercise-videos
docker compose exec web python3 manage.py sync-exercises
docker-compose exec web python3 manage.py download-exercise-images
docker-compose exec web python3 manage.py exercises-health-check
I have also tried to access the API directly which works fine.