I'm a little lost
appwrite init project --organization-id my_actual_organiztion_id --project-name "test" --project-id "unique_id"
ℹ Info: For detailed error pass the --verbose or --report flag
✗ Error: Missing required parameter: "name"```
with verbose it just adds
AppwriteException: Missing required parameter: "name" at Projects.create (file:///home/wocas/.npm-global/lib/node_modules/appwrite-cli/node_modules/@appwrite.io/console/dist/esm/sdk.js:15174:19) at initProject (file:///home/wocas/.npm-global/lib/node_modules/appwrite-cli/dist/lib/commands/init.js:83:42) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { code: 0, type: '', response: '' }```
I'm trying to create an api for myself to create a project per tenant i know this isn't really the way to multitenandancy but I need to use appwrite features like smtp and domains per tenant so just one project does not do it.
But now I'm trying to setup a script to automate the project creation and I can't get further then this....
Recommended threads
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...
- general_bad_request when creating accoun...
I have created a new bug request, could anyone have a look - https://github.com/appwrite/appwrite/issues/11908?
- Cannot use custom SMTP for messaging (SM...
Hey there! I'm on Appwrite Self-hosted 1.9.0. I've never used the messaging feature before, always sent emails through functions or a custom backend, but I'v...