Rank 2: Process
yes
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 2: Process
yes
How did you change the endpoint?
Rank 2: Process
there was a similar thread on github, followed it and got this:
appwrite client --selfSigned true --endpoint https://localhost/v1
So does appwrite client --debug show localhost with self signed true?
Rank 2: Process
yes
The only thing I can think of is either the credentials are invalid or the request isn't being sent to the right instance because of WSL
Rank 2: Process
here is the docker compose logs
Rank 2: Process
credentials are valid as I'm able to login on web console with the exact same
And you're accessing the appwrite console on Windows via https://localhost?
Rank 2: Process
yes
Maybe you have multiple appwrite instances
Whats docker ps -a show on windows PowerShell vs in wsl?
Rank 2: Process
in wsl
Rank 2: Process
in powershell
Nope it's the same 🧐
Rank 2: Process
can it be because of changes in .env file?
Rank 2: Process
or just CLI
Possibly...have you tried logging into the appwrite console again?
Rank 2: Process
yes
Rank 2: Process
it works
Would you please open the network logs in your browser and log into the Appwrite console again? Then, right click on the create email session network request and copy as curl
Then, run that curl command in WSL
Rank 2: Process
I'm not able to find 'create email session network request'
Rank 2: Process
i re-installed and it worked this time
Rank 2: Process
sorry for inconvenience