atomic-data-browser icon indicating copy to clipboard operation
atomic-data-browser copied to clipboard

Guest invite flow not working correctly (websockets & authentication)

Open joepio opened this issue 3 years ago • 0 comments

  • Create a chat in a private drive
  • Share menu => create invite
  • tick write rights box
  • Open link in new private tab
  • unauthorized message (this is problem number 1)
  • press retry
  • sync not working

In the console:

Uncaught (in promise) Error: Agent has no subject, cannot authenticate
    Cx authentication.js:16
    W1 authentication.js:7

I think part of the problem is that a request is sent while the Agent doesn't have a subject yet - this is what happens with the invite flow.

joepio avatar Oct 31 '22 11:10 joepio