I’m using WSL and with the new login flow in the CLI v4.0 the callback from Fauna is not routed back to WSL
Hi @Mike! Thanks for reporting this. I can confirm. I’ve created a GitHub issue to track this. Please feel free to report any other issues in GitHub as well.
Hi @Mike. We updated the command to have a redirect
option. using --redirect false
or --no-redirect
should enable login with WSL by avoiding using a web browser and localhost server. Fauna CLI v4 - Fauna Docs
That worked - thanks a lot.
As a feedback: GitHub as example has implemented for their WSL CLI a mechanism that allows to sign in via callback which has an amazing DX (like running fauna login
and it works just fine in WSL). So I assume they found a way to tunnel/proxy the request somehow. Given you want to improve the DX in the future, maybe that information helps you
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.