jonericcook
In order to have development / staging / production environments is it encourages to create three different projects in appwrite?
TL;DR
Question: Should I create separate projects in Appwrite for development, staging, and production environments?
Answer: It is recommended to create separate projects in Appwrite for each environment.
Explanation: Creating separate projects for each environment is a good practice as it helps to keep the configurations and resources separate. This ensures that changes made in one environment do not affect the others. By using different projects, developers can easily manage and deploy their code to each environment independently.
Solution: Yes, you should create separate projects in Appwrite for development, staging, and production environments. Recommended threads
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...