Hello, I'm trying out the electron demo app from canary. When I authenticate with github for example, it opens up the browser, but the page is just a JSON response. Is this intended? I would imagine it should directly open the link(?).
When I click the link to authenticate, it works correctly and redirect me back to the electron app and authenticates.
I also have the demo next.js app configured and working.