I was trying to set up this project on windows: Bitbucket
but it doesn’t seem to work at all. At the same time working with WSL is making development overcomplicated and I can’t login with forge there because of problems with Linux keychain.
Hi @danielzarzecki047!
We had this issue before and the solution was not to use forge login
but just set the environment variables FORGE_EMAIL
and FORGE_API_TOKEN
when using commands like forge create
. The previous topic on this has more information about it Unable to login - forge - #6 by yashgadhade.