
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
- Self hosted Cluster
Hey, Does anyone know how to Build a Appwrite Cluster with Kubernetes or only with docker and connect multiple instances of Appwrite together?
- Invisible OAuth2 Account
Hiya, I deleted an account that was signed in with google - but Appwrite says it still exists. I can't make an account under this email now. I've detached the e...
- Function timed out during cold start (v1...
This is a self-hosted AppWrite instance, version 1.6.1. I have a very simple testing function: ``` return res.json({ motto: "Build like a team of hundreds_...
