graphql-platform icon indicating copy to clipboard operation
graphql-platform copied to clipboard

[BCP] Token is lost after sync

Open PascalSenn opened this issue 3 years ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Describe the bug

After the workspace is synced the token is not longer sent to the server

Steps to reproduce

  1. Create a document
  2. Setup OAuth2
  3. Fetch a token
  4. execute the query (token is send to the server)
  5. make a change in the document
  6. save
  7. sync
  8. execute the query (token is not sent to the server)

Relevant log output

No response

Additional Context?

No response

Product

Banana Cake Pop

Version

1.0.3

PascalSenn avatar Sep 06 '22 22:09 PascalSenn