You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const parser = new TldParser(connection)
return await parser.getOwnerFromDomainTld(domain)
Throws the error
⨯ TypeError: Cannot read properties of undefined (reading 'owner')
at /var/task/.next/server/chunks/3078.js:15:23136
at Generator.next (<anonymous>)
at o (/var/task/.next/server/chunks/3078.js:15:20926)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
```
when domain is a not found
In our test cases the api is passing a solana address, which should not have a owner. However it should fail more gracefully than throwing an exception
The text was updated successfully, but these errors were encountered:
Throws the error
The text was updated successfully, but these errors were encountered: