
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
- 1.7.0 Self Hosted Upgrade
Hi, I've tried a fresh install on 1.7.0 and I've also done a fresh install on 1.6.2. 1.6.2 is working fine fresh, update to 1.7.0 and migrate fails Fresh inst...
- deno 2 Cloud random errors
we have big problems with the functions. although we do not change anything in the function, we have the following random behaviour: - no scope permissions erro...
- Functions not work on Server only Localh...
Hi, I successfully upgraded from 1.4 to 1.7, but I'm having a problem. The functions no longer work with the settings I had. I assume some changes were made. It...
