alexisrodgtz
07/28/2023, 3:51 PMnpx medplum aws deploy-app demo , and going to the app web page. I get MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled in the browser console.
How can a define which version of the frontend deploy using npx medplum aws deploy-app [env name] ?
Thanks in advance.rahul1
07/28/2023, 3:58 PMrahul1
07/28/2023, 3:59 PMcurl -L your.app.location and pasting the output?alexisrodgtz
07/28/2023, 4:02 PMcurl -L app.location.com
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Medplum</title>
<meta name="description" content="Medplum: Medical Collaboration" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5, minimum-scale=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="theme-color" content="#5b2876" />
<link rel="shortcut icon" type="image/x-icon" href="/assets/favicon-40a461ba.ico" />
<link rel="apple-touch-icon" href="/img/medplum-logo-512x512.png" />
<script type="module" crossorigin src="/assets/index-f0d12c84.js"></script>
<link rel="stylesheet" href="/assets/index-9b7f1ec0.css">
</head>
<body>
<div id="root"></div>
</body>
</html>alexisrodgtz
07/28/2023, 4:12 PMrahul1
07/28/2023, 4:13 PMrahul1
07/28/2023, 7:07 PMupdate-app command that should fix this. I'll keep you posted with the resolution: https://github.com/medplum/medplum/pull/2571alexisrodgtz
07/28/2023, 9:20 PMalexisrodgtz
07/31/2023, 10:16 PMrahul1
07/31/2023, 10:17 PM