twenty icon indicating copy to clipboard operation
twenty copied to clipboard

feat: add renew token query for apollo client (chrome-extension)

Open AdityaPimpalkar opened this issue 1 year ago • 4 comments

fixes - #5203

AdityaPimpalkar avatar Apr 28 '24 17:04 AdityaPimpalkar

TODOs/FIXMEs:

  • ~~//TODO: replace this with renewToken mutation~~: packages/twenty-chrome-extension/src/utils/apolloClient.ts
  • ~~//TODO: replace this with renewToken mutation~~: packages/twenty-chrome-extension/src/utils/apolloClient.ts

Generated by :no_entry_sign: dangerJS against bf3c43d91affe7fde106bdf8c6c1b685303f9db2

github-actions[bot] avatar Apr 28 '24 17:04 github-actions[bot]

@AdityaPimpalkar Could you look into that issue with @Weiko https://github.com/twentyhq/twenty/issues/5224 it's currently causing problem to validate this PR properly.

Blocked by https://github.com/twentyhq/twenty/issues/5224

lucasbordeau avatar Apr 30 '24 13:04 lucasbordeau

Hi @AdityaPimpalkar, we fixed the problem, the right errors are now thrown by the backend.

I tested and I now get an error when I try to login with the extension :

image

lucasbordeau avatar May 07 '24 13:05 lucasbordeau

Hey @lucasbordeau Thanks! Made a few changes, this should work properly now 👍

AdityaPimpalkar avatar May 13 '24 15:05 AdityaPimpalkar