Open Yuwei0021 opened 1 month ago
Ok thank you for reporting!
I'll fix that
Hey @Yuwei0021, unfortunately, i'm unable to reproduce.
I'll let @fcomte or @olevitt tell me if this is an actual issue.
Hi !
I managed to reproduce on first try in a brand New instance, with a single catalog, with no (Key not present) highlightedChart
. On both V8 and v9.
Adding `highlightedCharts: [...]" solved the issue
Looking at the code I can't figure out what's going on and surely if highlightedCharts
I set it to an empty array...
Can you have a look at what the API sends back?
Maybe it sends an empty string as value of highlightedCharts or something.
Looking at the code I can't figure out what's going on and surely if
highlightedCharts
I set it to an empty array... Can you have a look at what the API sends back? Maybe it sends an empty string as value of highlightedCharts or something.
I will set you up an env with the bug tomorrow
Looking at the code I can't figure out what's going on and surely if
highlightedCharts
I set it to an empty array... Can you have a look at what the API sends back? Maybe it sends an empty string as value of highlightedCharts or something.I will set you up an env with the bug tomorrow
Could not reproduce today.
I swear I had the issue yesterday with the following configuration on both the latest v8
and latest v9
:
ingress:
enabled: true
hosts:
- host: <myurl>
tls:
- hosts:
- <myurl>
api:
catalogs:
[
{
id: "ide",
name: "Interactive services",
location: "https://inseefrlab.github.io/helm-charts-interactive-services",
status: "PROD",
type: "helm"
}
]
In the configuration of a catalog, if we don't include 'highlightedCharts', for example like this :
When we land on the catalog page via the 'Catalogue de services' button, nothing is displayed.