
Hey all, I was working on deploying functions, but halfway something didn't work. So I decided to start again. But now, whenever I use "init project" I get a permission denied error, it seems because the appwrite json file is locked. The stacktrace is as follows (removed identifiers): appwrite init project --verbose ? How would you like to start? Link directory to an existing project ? Choose your organization zzzzzzzzzzzzzzzzzzzz ? Choose your Appwrite project. zzzzzzzzzzzzzzzzzzz Error: EACCES: permission denied, open '/appwrite/appwrite.json' at Object.openSync (node:fs:599:3) at Object.openSync (pkg/prelude/bootstrap.js:793:32) at Object.writeFileSync (node:fs:2221:35) at Local.write (/snapshot/sdk-for-cli/lib/config.js:85:12) at Local.set (/snapshot/sdk-for-cli/lib/config.js:94:14) at Local.setProject (/snapshot/sdk-for-cli/lib/config.js:419:14) at initProject (/snapshot/sdk-for-cli/lib/commands/init.js:104:21) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { errno: -13, syscall: 'open', code: 'EACCES', path: '/appwrite/appwrite.json' }
Any ideas on how to solve this?
(btw, I can open the project via the Console just fine)
Recommended threads
- Encountering More factors are required w...
I am encoutering the more factors error even though I am providing proper mfa code in the workflow. The following happens: 1) User provides email adress 2) Use...
- URL attribute in "processing" state
Good day everyone! I just started learning React/Vite. In my current database right now I have these 4 attributes, and the URL attributes seems to still be in ...
- Mariadb keeps Restarting / Fails to init...
Ive just setup Appwrite on my docker compose host using the supplied Docker compose commands. My issue is that the mariadb container keeps restarting and fails...
