I am trying to log in users from my frontend app by calling createEmailSession. The mock user does actually exist, as I have created it manually.
I am using https://cloud.appwrite.io/ and the project id is indeed correct.
What especially bugs me is that yesterday everything worked completely fine. I was able to log in and log out the user without any problems. Today however, it does not work.
I can only think of the following things that could be wrong:
- Yesterday I installed
nvmbecause one project required an older version of node. However, I switched back to latest stable version before running the development server. - Yesterday, the address for local dev server was https://localhost:5173/, while today it is http://127.0.0.1:5173/. afaik this should not result in any difference.
I added the response file in har format, should it prove to be helpful. Any help is greatly apprechiated.