I’m encountering error related to Storage custom entity attribute types. In documentation it is written about allowed types.
However, I encounter some weird errors, where in one error message it lists the allowed types, and when I add the allowed type, another error stating “not valid type” pops up. Please see the screenshots.
@Robert_Mian,
In both cases, the indexes
section does not follow the documentation. In the first screenshot, it looks like the any
attributes might be correct and the error is actually complaining about the index. In the second screenshot, it looks like the attributes are really wrong now. Maybe it would be better to build out the attributes first, without indexing? That would help isolate the error.
Thank you @ibuchanan ,
Listed existing entities, constructed manifest the way entities existed and then added new indexes, and it worked.
1 Like