Good morning, we upgraded our Metaflow containers ...
# ask-metaflow
l
Good morning, we upgraded our Metaflow containers a while back to 2.4.3. Below is the snippet from our Terraform config confirming the versions. We are seeing some strange behavior on our UI of Metaflow where we get timeouts and 500's only on our prod environment. We are looking at database as a possible issue with it. Do we have the right UI to match the backend versions? Is there a place where we can see the list of available version of the UI?
Copy code
metadata_service_container_image = "netflixoss/metaflow_metadata_service:v2.4.3"
  ui_static_container_image        = "public.ecr.aws/outerbounds/metaflow_ui:v1.1.2"