adventurous-gigabyte-81428
02/06/2024, 10:02 PMsquare-wire-39606
02/07/2024, 5:44 PMbulky-afternoon-92433
02/07/2024, 5:50 PMadventurous-gigabyte-81428
02/07/2024, 9:29 PMadventurous-gigabyte-81428
02/07/2024, 9:29 PM"MF_METADATA_DB_HOST" = try("${replace(var.rds_master_instance_endpoint, ":5432", "")}", "")
"MF_METADATA_DB_NAME" = "${var.database_name}"
"MF_METADATA_DB_PORT" = "5432"
"MF_METADATA_DB_USER" = "${var.database_username}"
"PATH_PREFIX" = "/api/"
"MF_DATASTORE_ROOT" = "s3://${aws_s3_bucket.this.bucket}/metaflow"
"METAFLOW_DATASTORE_SYSROOT_S3" = "s3://${aws_s3_bucket.this.bucket}/metaflow"
"LOGLEVEL" = "INFO"
"METAFLOW_SERVICE_URL" = "<http://localhost:8083/api/metadata>"
"METAFLOW_DEFAULT_DATASTORE" = "s3"
"METAFLOW_DEFAULT_METADATA" = "service"adventurous-gigabyte-81428
02/07/2024, 9:30 PMCUSTOM_QUICKLINKSadventurous-gigabyte-81428
02/07/2024, 9:30 PMadventurous-gigabyte-81428
02/07/2024, 9:34 PMmetaflow_metadata_service_container_image = "public.ecr.aws/outerbounds/metaflow_metadata_service:v2.4.7-5-g810df2b"
metaflow_ui_static_container_image = "public.ecr.aws/outerbounds/metaflow_ui:v1.3.9-1-g1013015"
Changing the to older images still exhibit the same messagebrave-lion-15961
02/07/2024, 10:12 PMadventurous-gigabyte-81428
02/07/2024, 10:13 PMbrave-lion-15961
02/07/2024, 10:14 PMbrave-lion-15961
02/07/2024, 10:15 PMadventurous-gigabyte-81428
02/07/2024, 10:21 PMbrave-lion-15961
02/07/2024, 10:25 PMws lines should give you information about the URL that the websocket is connected tobrave-lion-15961
02/07/2024, 10:26 PMadventurous-gigabyte-81428
02/07/2024, 10:29 PMadventurous-gigabyte-81428
02/07/2024, 10:30 PMbrave-lion-15961
02/07/2024, 10:30 PMHeaders tab you will be able to see a request URL. Double check that that URL is the URL of your serveradventurous-gigabyte-81428
02/07/2024, 10:31 PMbrave-lion-15961
02/07/2024, 10:32 PMws?adventurous-gigabyte-81428
02/07/2024, 10:36 PMbrave-lion-15961
02/07/2024, 10:44 PM/runs request in your last screenshot. Click on the /runs line and look at the Preview tabadventurous-gigabyte-81428
02/07/2024, 10:46 PMbrave-lion-15961
02/07/2024, 10:52 PM/runs request is not hitting the backend server. It looks like it is hitting a default index file. You can confirm this by right-clicking on the request, copying as curl, and then running that command from your terminal. It seems likely to me that the webserver is not setup correctlyadventurous-gigabyte-81428
02/07/2024, 10:59 PM<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Build and manage real-life data science projects with ease."/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Metaflow UI</title><script defer="defer" src="/static/js/main.2152150e.js"></script><link href="/static/css/main.8b8fc6d5.css" rel="stylesheet"><script>window.METAFLOW_SERVICE="/api";window.MF_DEFAULT_TIME_FILTER_DAYS="";</script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>%
Thats the result running the curl pasted on terminaladventurous-gigabyte-81428
02/07/2024, 10:59 PMbrave-lion-15961
02/07/2024, 11:02 PM/runs request start with /api?adventurous-gigabyte-81428
02/07/2024, 11:05 PMbrave-lion-15961
02/07/2024, 11:07 PMadventurous-gigabyte-81428
02/07/2024, 11:07 PMadventurous-gigabyte-81428
02/07/2024, 11:08 PMbrave-lion-15961
02/07/2024, 11:18 PMadventurous-gigabyte-81428
02/08/2024, 1:01 AM