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
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, it’s mention that only setup client with endpoint / api key is enou...
- ACTIVATE DEPLOYMENT PROBLEM...
It's not giving me the option to activate a deployment that says it's ready..
- general_unauthorized_scope
localhost oauth not working. general_unauthorized_scope error showing. { "message": "User (role: guests) missing scopes ([\"account\"])", "code": 401, ...