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
Describe the bug
I am using Nylas Node SDK in one of my projects and I am using Nylas Hosted Authentication for user Auth, I tried one of the methods named exchangeCodeForToken in my middleware to check the code, but it is failing consistently in verifying the token in exchange of code.
To Reproduce
Try to implement the method in middleware and fetch the code from the headers
Expected behavior
A clear and concise description of what you expected to happen.
SDK Version:
Nylas: 6.6.1
Additional context
I am getting the following error,
Error: No access token in response
The text was updated successfully, but these errors were encountered:
Describe the bug
I am using Nylas Node SDK in one of my projects and I am using Nylas Hosted Authentication for user Auth, I tried one of the methods named exchangeCodeForToken in my middleware to check the code, but it is failing consistently in verifying the token in exchange of code.
To Reproduce
Try to implement the method in middleware and fetch the code from the headers
Expected behavior
A clear and concise description of what you expected to happen.
SDK Version:
Nylas: 6.6.1
Additional context
I am getting the following error,
Error: No access token in response
The text was updated successfully, but these errors were encountered: