Skip to content
Snippets Groups Projects
Commit 82381cb1 authored by richard.petersen's avatar richard.petersen :sailboat: Committed by richard.petersen
Browse files

Only warn, when meta.json is missing since the ui-middleware will fall back to...

Only warn, when meta.json is missing since the ui-middleware will fall back to a computed hash value
parent 1cdab7bd
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ export const fetchLatestVersion = async () => {
if (!version) throw new Error()
return version
} catch (err) {
logger.error(`[Version] UI container at ${baseUrl} does not have meta.json. Fall back to version hash based on manifest.`)
logger.warn(`[Version] UI container at ${baseUrl} does not have meta.json. Fall back to version hash based on manifest.`)
}
try {
const response = await fetch(new URL('manifest.json', baseUrl))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment