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
shubham1172
changed the title
Actor api error when Actor Id contain ://
ActorId accepts invalid IDs, causing issues when making Actor HTTP calls
Oct 18, 2023
When constructing an actor using strings such as url, it will throw with app-id not found error. I don’t know whether it is an SDK or core error.
Steps to Reproduce the Problem
const actor = await builder.build(new ActorId(url))
actor.test()
<- throw with app-id not foundThe text was updated successfully, but these errors were encountered: