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
For testing purpose I replaced in the Provider File (oauth-token-provider.js) by the setToken the cookie.putObject() to a console.log(data).
If I am right I should see the server response in the console when I login, but nothing. But I can see in the Developer Tools that the request was successful and the server gives the right data back, as expected.
I use the module in an Ionic project. All works perfect exept that the cookies were not set. What could be the problem?
The text was updated successfully, but these errors were encountered: