Replies: 1 comment 5 replies
|
Looks like base64 encoding of the element's geometry stream may be to blame ("Very long string[19622645]"). @scsewall? |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When using the getAspects() method from the BriefcaseDb.Elements class (link to documentation: https://www.itwinjs.org/reference/imodeljs-backend/imodels/briefcasedb.elements/getaspects/), it will throw a JS heap out of memory error on certain elements (see picture below). Having looked at one of these elements, it isn't obvious to me how the element differs from the rest; it's not got fields with noticeably larger strings for example. Any ideas as to what's causing this and how to resolve it? Thanks.
All reactions