Cannot read properties of undefined (reading '1') #93
-
Hi, I get this error whenever I try to interact with a specific function via the explorer. The transaction however does not fail when using Aptos CLI (
![]() What can be the cause? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi! thanks for reporting! There seems to be a bug in Explorer, the team is working on a fix. |
Beta Was this translation helpful? Give feedback.
So, actually turns out it was an issue in Petra, which should be updated in the extension now. The nested types should work properly now.
The issue was
Object<LiquidCoinMetadata<LiquidCoin>>
and it did not parse properly the inner type (since really it just matters it's object to know it's an addrss)