-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App won't work after updating from 0.11.2 to 0.12.3 #156
Comments
I've just pushed a new release v0.13.2 that I think will fix this. I agree though I need to add a way for the version to be retrieved from the Docker image too. |
@willbrowningme We have |
@nielscil Are you able to confirm this is fixed in the latest version? |
Should be fixed with latest release: https://github.com/anonaddy/docker/releases/tag/0.13.3-r0 |
The version controller doesn't give a HTTP 500 error anymore so the app works again. However the app gives a warning that the version of anonaddy is too low. I've checked the API with postman and it still doesn't return a version: Inside the docker-container is the env var available |
Hmm, so it seems that |
Hum good point yes |
Hopefully this will be sorted in the latest release https://github.com/anonaddy/anonaddy/releases/tag/v0.13.4. |
@willbrowningme Yes, I can confirm it works with v0.13.4 |
Behaviour
Steps to reproduce this issue
Expected behaviour
Actual behaviour
Configuration
docker --version
) : Docker version 20.10.16, build aa7e414docker-compose --version
) : docker-compose version 1.29.2, build unknownuname -a
) : Linux 5.4.0-1071-oracle # 77~18.04.1-Ubuntu SMP Mon Apr 25 13:42:26 UTC 2022 aarch64 aarch64 aarch64 GNU/Linuxdocker-compose.yml
,.env
, ...Docker info
Logs (docker)
Logs (laravel)
Extra
I think it's because from version 0.12.0 AnonAddy is checking it's version using git, but this doesn't work on the docker image. Therefore the version is empty (in WebGUI it's also empty) and the api-controller doesn't like it when trying to get values from the array in the AppVersionController. Perhaps git should be installed in de docker image and the .git file of the reprository not removed or let AnonAddy check
ANONADDY_VERSION
environment variable?The text was updated successfully, but these errors were encountered: