If I run appwrite init project in a new directory, I get the following error.
An Appwrite project ( project-name ) is already associated with the current directory. Would you like to override (Y/n)
If I press "Y" and try to pull the current content of the project, it tells me that it was pulled successfully but the directory is still empty, no appwrite.json or any function I try to pull which are on the server in the project. I already logged out and in again, set the endpoint and so on.
appwrite --version 6.2.3
Server selfhosted: Version 1.6.1
Any ideas?
Recommended threads
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...