I have cloned playground-for-flutter and started to follow the README.md instructions but stopped in step 2.
The following command:
TypeScript
Results in this error:
TypeScript
at Client.call (C:\Users\abcde\AppData\Roaming\npm\node_modules\appwrite-cli\lib\client.js:209:19)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async projectsCreatePlatform (C:\Users\abcde\AppData\Roaming\npm\node_modules\appwrite-cli\lib\commands\projects.js:676:16) {
code: 500,
response: [Object: null prototype] {
message: 'Server Error',
code: 500,
type: 'general_unknown',
version: '0.12.41'
}
}
✗ Error Server Error
What does it means?
Thanks, Márcio
TL;DR
The developer is encountering a server error when running the `appwrite projects createPlatform` command. The error message indicates a "Server Error" with a code of 500. This means there is an unknown issue on the server-side.Recommended threads
- Updating GitHub App access throws error
Steps to reproduce - 1. Have some private repos allowed on the install access 2. New Site/Func > Connect GitHub > see the side card saying `Missing a repo` > cl...
- New Build not visible on Domain
I pushed some new code to my Appwrite Site and the build succeeded and is shown as active. Yet, I can only see the new version of the site on Appwrite's provide...
- DNS bug
Hello, we found bug at the Appwrite Cloud Domains, when changing **only ** the Comment of CNAME, we get error DNS record already exists. Some DNS types do not ...