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
The app shows an error when trying to generate the token on the line:
dialogflow2.accessToken = await dialogflow2.generateAccessToken (clientEmail, privateKey);
using redux and redux-thunk.
I believe it is because the token generation is synchronous.
When I call the component directly, without going through redux, the application works perfectly.
Can you help me with that?
The text was updated successfully, but these errors were encountered:
The app shows an error when trying to generate the token on the line:
dialogflow2.accessToken = await dialogflow2.generateAccessToken (clientEmail, privateKey);
using redux and redux-thunk.
I believe it is because the token generation is synchronous.
When I call the component directly, without going through redux, the application works perfectly.
Can you help me with that?
The text was updated successfully, but these errors were encountered: