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
I've noticed that when ClientRef is used, it automatically resolves the clientId and stores it in the resource.
However, when the client is recreated and thus the id has changed, this is not updated. The only way to work around this is by manually editing the resources and deleting the clientId - so that it's resolved again and set correctly. This is cumbersome when having many objects pointing to this client. Any suggestions on how to handle this situation?