
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
- 404 error when navigating to the team fr...
the version i m running is `1.7.4` as far as i can tell everything is working fine except for this weird bug in the video. when monitoring the appwrite and app...
- [Node.js SDK] Bypass 2GB file limit?
Hello. Using either InputFile.fromPath or InputFile.fromBuffer throws this error: File size (2295467305) is greater than 2 GiB Bucket limit etc. is setup corre...
- Relationship null, even when relationshi...
Hi Everyone, im experiencing issues with set relation data. When im setting the document id from the related database most of them seem fine, except one table. ...
