Dears,
i have this problem.
“errors”:[{“level”:“error”,“message”:“error: Could not find schema with key iglu:com.yolito/login/jsonschema/1-0-0 in any repository, tried:\n level: "error"\n repositories: ["Repository schemas [HTTP]","Iglu Central [HTTP]","Iglu Client Embedded [embedded]"]\n”}]
And my iglu_resolver has the following configuration:
{
"schema": "iglu:com.snowplowanalytics.iglu/resolver-config/jsonschema/1-0-1",
"data": {
"cacheSize": 1000,
"repositories": [
{
"name": "Iglu Central",
"priority": 0,
"vendorPrefixes": [ "com.snowplowanalytics" ],
"connection": {
"http": {
"uri": "http://iglucentral.com"
}
}
},
{
"name": "Repository schemas Interno",
"priority": 1,
"vendorPrefixes": [ "XXXXX" ],
"connection": {
"http": {
"uri": "https://XXXXX"
}
}
},
{
"name": "Repository schemas cliente1 ",
"priority": 2,
"vendorPrefixes": [ "XXXXX" ],
"connection": {
"http": {
"uri": "https:XXXXX"
}
}
}
]
}
}
These diagrams I have stored on GCP and when I add a 3rd repository I get the following error.
I need your help please.