So I had the develop branch working all ok and fixed a bug there.
When I tried to switch to the stable branch I ran into trouble.
Trying to run the i18l-compile gives this error that looks like it's trying to run a non-arm exe
docker-compose -f dev.yml run --rm front yarn run i18n-compile
WARNING: The COMPOSE_PROJECT_NAME variable is not set. Defaulting to a blank string.
WARNING: The DJANGO_ALLOWED_HOSTS variable is not set. Defaulting to a blank string.
yarn run v1.22.17
$ scripts/i18n-compile.sh
++ dirname scripts/i18n-compile.sh
+ cd scripts/..
+ source scripts/utils.sh
++ tail -n +2 src/locales.js
++ jq '.locales[].code'
++ sed -e 's/export default //'
++ grep -v en_US
++ xargs echo
scripts/i18n-compile.sh: line 6: /usr/local/bin/jq: cannot execute binary file: Exec format error
+ locales=
+ mkdir -p src/translations
Done in 0.26s.
When I get to the front end it looks like this:
[upl-image-preview url=https://forum.funkwhale.audio/assets/files/2022-02-12/1644654686-34477-image.png]
Here is what my Chrome browser console shows:
https://www.toptal.com/developers/hastebin/uvematesaj.sql