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
Github authentication does not work in dev-mode of the demo. Currently experimental, I could find that there is a problem in the callback, as soon as you click on Github login and are redirected back to the Nuxt App callback you get stuck in the login screen.
Currently I think the addAuthorize method is the problem,if I log the response and or error in the axios request it works. As soon as I take out the logging it doesn't work, I'm experimenting around and trying to solve the problem.
This issue is a sub-thread of #1393
Github authentication does not work in
dev-mode
of the demo. Currently experimental, I could find that there is a problem in the callback, as soon as you click on Github login and are redirected back to the Nuxt App callback you get stuck in the login screen.Currently I think the
addAuthorize
method is the problem,if I log the response and or error in the axios request it works. As soon as I take out the logging it doesn't work, I'm experimenting around and trying to solve the problem.In agreement with @bmulholland
The text was updated successfully, but these errors were encountered: