Version:1.2.0 Check failed

Viewed 229

In Site Health Status,Version:1.2.0 Check failed。Why?
image.png

What version of Answer are you using? apache/answer:latest or apache/answer:1.2.0? The Check failed just means when check latest version request failed.

I am using apache/answer:1.2.0. It was normal yesterday. Use the installation command: curl -fsSL https://raw.githubusercontent.com/apache/incubator-answer/main/docker-compose.yaml | docker compose -p answer -f - up

1 Answers

Answer will check if current version is latest version. The Check failed means some problems encountered when checking the version. One possible reason is because the internet was poor at the checking time and didn't get the latest version properly.

Since the dashboard is cached, it is recommended to wait 1 hour before viewing it. And make sure Answer can access the internet.

I will try

@linkinstar The problem still exists。Answer can access the internet.

Using the docker compose logs command to check if have some error logs.