client-web
client-web copied to clipboard
BUG: When create/delete collection of links callout (with refs) and create callout for posts afterward - error is thrown
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- Go to https://dev.alkem.io/delete-callout/challenges/del-callout-7213/dashboard
- Create "collection of links" callout
- Add 2 or more references to it
- Remove the created callout
- Create call for posts callout - error is thrown:
"message": "Callout with requested ID (53bcf9d7-bd34-4fd0-98bb-9f00bc48541f) not located within current Collaboration: 75842def-f5fb-4985-8ce9-0d8b446f7f17",
Expected behavior No error is thrown, after going through the flow described in steps to reproduce.
After creation of the post collection callout. Callouts query is called with calloutIds variable that contains the ID of the deleted callout.
@alstojanovic so in the same client instance? So just a cache / list needs updating?
@techsmyth it's in the same client but the callout is removed from the cache properly. There is a callback that should not happen and we are trying to figure out why it's being triggered.