8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It should authenticate properly.
The API call fails with:
{ "message": "Param \"userId\" is not optional.", "code": 400, "type": "general_argument_invalid", "version": "0.15.2" }
Appwrite logs shows:
appwrite | [Error] Timestamp: 2022-07-06T20:43:05+00:00 appwrite | [Error] Method: POST appwrite | [Error] URL: /v1/account appwrite | [Error] Type: Utopia\Exception appwrite | [Error] Message: Param "userId" is not optional. appwrite | [Error] File: /usr/src/code/vendor/utopia-php/framework/src/App.php appwrite | [Error] Line: 759
This can be corrected if we add /v1/account/sessions as an alias for /v1/account/sessions/email.
/v1/account/sessions
/v1/account/sessions/email
Version 0.15.x
Linux
No response
The text was updated successfully, but these errors were encountered:
Resolved:
Sorry, something went wrong.
stnguyen90
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
👟 Reproduction steps
👍 Expected behavior
It should authenticate properly.
👎 Actual Behavior
The API call fails with:
Appwrite logs shows:
This can be corrected if we add
/v1/account/sessions
as an alias for/v1/account/sessions/email
.🎲 Appwrite version
Version 0.15.x
💻 Operating system
Linux
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: