Hi there (been a bit :stuck_out_tongue:), I'm seei...
# help
m
Hi there (been a bit 😛), I'm seeing a bug on v23 that I'm not seeing on v22 and am curious on how to further debug. The Plan Resources endpoint is throwing the following error.
Copy code
error evaluating condition "P.attr.userQid == R.id": no such attribute: id: 6, attributes: [0x40099161b0 0x4009916150]
Copy code
{
  "id": "qid::link_token:link-token-foo",
  "roles": [
    "LINK_TOKEN_RESET_PASSWORD"
  ],
  "attr": {
    "userQid": "qid::user:user-foo"
  }
}
c
Thanks for reporting, That doesn't seem right. We'll take a look.
m
Thanks for the speedy response Charith! Let me know if you need anything here 🙂
c
Hey, this is a bug we accidentally introduced while fixing another bug 🤦‍♂️ It's fixed now. We'll cut a release containing the fix as soon as possible. Thanks for reporting the issue.
m
Sounds good! Thanks for the update!
c
Just released 0.23.1 with this fix
m
Confirming this worked for us 🙂